summaryrefslogtreecommitdiff
path: root/systrace/catapult/systrace/profile_chrome/perf_tracing_agent.py
diff options
context:
space:
mode:
Diffstat (limited to 'systrace/catapult/systrace/profile_chrome/perf_tracing_agent.py')
-rw-r--r--systrace/catapult/systrace/profile_chrome/perf_tracing_agent.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/systrace/catapult/systrace/profile_chrome/perf_tracing_agent.py b/systrace/catapult/systrace/profile_chrome/perf_tracing_agent.py
index 1414905..65831df 100644
--- a/systrace/catapult/systrace/profile_chrome/perf_tracing_agent.py
+++ b/systrace/catapult/systrace/profile_chrome/perf_tracing_agent.py
@@ -5,13 +5,12 @@
import logging
import optparse
import os
+import py_utils
import signal
import subprocess
import sys
import tempfile
-import py_utils
-
from devil.android import device_temp_file
from devil.android.perf import perf_control
@@ -23,7 +22,7 @@ _CATAPULT_DIR = os.path.join(
os.path.dirname(os.path.abspath(__file__)), '..', '..')
sys.path.append(os.path.join(_CATAPULT_DIR, 'telemetry'))
try:
- # pylint: disable=F0401,no-name-in-module,wrong-import-position
+ # pylint: disable=F0401
from telemetry.internal.platform.profiler import android_profiling_helper
from telemetry.internal.util import binary_manager
except ImportError: