aboutsummaryrefslogtreecommitdiff
path: root/catapult/systrace/profile_chrome/perf_tracing_agent.py
diff options
context:
space:
mode:
Diffstat (limited to 'catapult/systrace/profile_chrome/perf_tracing_agent.py')
-rw-r--r--catapult/systrace/profile_chrome/perf_tracing_agent.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/catapult/systrace/profile_chrome/perf_tracing_agent.py b/catapult/systrace/profile_chrome/perf_tracing_agent.py
index c7ad9468..1414905e 100644
--- a/catapult/systrace/profile_chrome/perf_tracing_agent.py
+++ b/catapult/systrace/profile_chrome/perf_tracing_agent.py
@@ -26,7 +26,6 @@ try:
# pylint: disable=F0401,no-name-in-module,wrong-import-position
from telemetry.internal.platform.profiler import android_profiling_helper
from telemetry.internal.util import binary_manager
- # pylint: enable=wrong-import-position
except ImportError:
android_profiling_helper = None
binary_manager = None