summaryrefslogtreecommitdiff
path: root/systrace/catapult/systrace/systrace/tracing_agents/walt_agent.py
diff options
context:
space:
mode:
Diffstat (limited to 'systrace/catapult/systrace/systrace/tracing_agents/walt_agent.py')
-rw-r--r--systrace/catapult/systrace/systrace/tracing_agents/walt_agent.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/systrace/catapult/systrace/systrace/tracing_agents/walt_agent.py b/systrace/catapult/systrace/systrace/tracing_agents/walt_agent.py
index 72d84b5..6ff6061 100644
--- a/systrace/catapult/systrace/systrace/tracing_agents/walt_agent.py
+++ b/systrace/catapult/systrace/systrace/tracing_agents/walt_agent.py
@@ -2,10 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import py_utils
import optparse
import threading
+import py_utils
+
from devil.android import device_utils
from systrace import trace_result
from systrace import tracing_agents