| Index: tools/telemetry/telemetry/core/backends/android_command_line_backend_unittest.py
|
| diff --git a/tools/telemetry/telemetry/core/backends/android_command_line_backend_unittest.py b/tools/telemetry/telemetry/core/backends/android_command_line_backend_unittest.py
|
| index b5e70f135592843d980cc97b0dfa2666c25d9975..da57d094fcb7582cb494a013e1ee955084671dd9 100644
|
| --- a/tools/telemetry/telemetry/core/backends/android_command_line_backend_unittest.py
|
| +++ b/tools/telemetry/telemetry/core/backends/android_command_line_backend_unittest.py
|
| @@ -2,7 +2,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import logging
|
| import unittest
|
|
|
| from telemetry import benchmark
|
| @@ -16,7 +15,7 @@ class _MockBackendSettings(object):
|
| def __init__(self, path):
|
| self._path = path
|
|
|
| - def GetCommandLineFile(self, _is_user_debug_build):
|
| + def GetCommandLineFile(self, _):
|
| return self._path
|
|
|
|
|
|
|