| Index: build/android/pylib/host_driven/test_info_collection.py
|
| diff --git a/build/android/pylib/host_driven/test_info_collection.py b/build/android/pylib/host_driven/test_info_collection.py
|
| index 150c4aef443bd95f4471020a40ec69e5eb152a89..c65d417df7253d4b7071a9afbbf1dbd6fe3f38e1 100644
|
| --- a/build/android/pylib/host_driven/test_info_collection.py
|
| +++ b/build/android/pylib/host_driven/test_info_collection.py
|
| @@ -16,7 +16,7 @@ sys.path.insert(0,
|
| os.path.join(constants.DIR_SOURCE_ROOT,
|
| 'build', 'util', 'lib', 'common'))
|
|
|
| -import unittest_util
|
| +import unittest_util # pylint: disable=F0401
|
|
|
| class TestInfo(object):
|
| """An object containing and representing a test function, plus metadata."""
|
|
|