Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: tools/telemetry/telemetry/value/value_unittest.py

Issue 1029263003: [telemetry] Sort imports in Telemetry and its dependents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ensure we're up to date. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/telemetry/value/value_unittest.py
diff --git a/tools/telemetry/telemetry/value/value_unittest.py b/tools/telemetry/telemetry/value/value_unittest.py
index f6ca45289abb5f3617801688cd5ba7ab99d7a2d1..22c79516d5fa3b39fa4404ed8e48d7983829146d 100644
--- a/tools/telemetry/telemetry/value/value_unittest.py
+++ b/tools/telemetry/telemetry/value/value_unittest.py
@@ -5,8 +5,8 @@ import os
import unittest
from telemetry import page as page_module
-from telemetry import value
from telemetry.page import page_set
+from telemetry import value
class TestBase(unittest.TestCase):
« no previous file with comments | « tools/telemetry/telemetry/value/trace_unittest.py ('k') | tools/telemetry/telemetry/web_components/dev_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698