| Index: build/android/pylib/local/device/local_device_test_run.py
 | 
| diff --git a/build/android/pylib/local/device/local_device_test_run.py b/build/android/pylib/local/device/local_device_test_run.py
 | 
| index 994bd89153dba1aa6b00c864107691f07500417c..e10f04a71cb40c4a077c5a311e31017714ff1717 100644
 | 
| --- a/build/android/pylib/local/device/local_device_test_run.py
 | 
| +++ b/build/android/pylib/local/device/local_device_test_run.py
 | 
| @@ -109,6 +109,7 @@ class LocalDeviceTestRun(test_run.TestRun):
 | 
|    def _CreateShards(self, tests):
 | 
|      raise NotImplementedError
 | 
|  
 | 
| +  # pylint: disable=no-self-use
 | 
|    def _GetTestName(self, test):
 | 
|      return test
 | 
|  
 | 
| 
 |