Index: build/android/pylib/perf/test_runner.py |
diff --git a/build/android/pylib/perf/test_runner.py b/build/android/pylib/perf/test_runner.py |
index 38887f306014d39a530e6182c9d694b7ae256a97..26e17addab54b1a622b1381d8baa698f19ee823b 100644 |
--- a/build/android/pylib/perf/test_runner.py |
+++ b/build/android/pylib/perf/test_runner.py |
@@ -74,7 +74,6 @@ |
def _GetChromiumRevision(): |
- # pylint: disable=line-too-long |
"""Get the git hash and commit position of the chromium master branch. |
See: https://chromium.googlesource.com/chromium/tools/build/+/master/scripts/slave/runtest.py#212 |
@@ -82,7 +81,6 @@ |
Returns: |
A dictionary with 'revision' and 'commit_pos' keys. |
""" |
- # pylint: enable=line-too-long |
status, output = cmd_helper.GetCmdStatusAndOutput( |
['git', 'log', '-n', '1', '--pretty=format:%H%n%B', 'HEAD'], |
constants.DIR_SOURCE_ROOT) |