| Index: build/android/method_count.py
|
| diff --git a/build/android/method_count.py b/build/android/method_count.py
|
| index a12fe6af7c9d3ae573bbdfe546d86f7f7525d2c5..d75ea52944f116cc962b0402edcc7c5ab1228bc9 100755
|
| --- a/build/android/method_count.py
|
| +++ b/build/android/method_count.py
|
| @@ -13,7 +13,7 @@ from pylib import constants
|
|
|
| sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'util', 'lib',
|
| 'common'))
|
| -import perf_tests_results_helper
|
| +import perf_tests_results_helper # pylint: disable=import-error
|
|
|
|
|
| _METHOD_IDS_SIZE_RE = re.compile(r'^method_ids_size +: +(\d+)$')
|
|
|