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

Unified Diff: tools/telemetry/telemetry/web_components/dev_server.py

Issue 445793004: Fix import order with isort tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 4 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/web_components/dev_server.py
diff --git a/tools/telemetry/telemetry/web_components/dev_server.py b/tools/telemetry/telemetry/web_components/dev_server.py
index 516c95de59b124fe62955e3efa002cd5206dbb7a..de136c1172273c97a9402877a58d20bdc4a36941 100644
--- a/tools/telemetry/telemetry/web_components/dev_server.py
+++ b/tools/telemetry/telemetry/web_components/dev_server.py
@@ -3,8 +3,8 @@
# found in the LICENSE file.
import optparse
-import tvcm
+import tvcm
from telemetry.web_components import web_components_project
« no previous file with comments | « tools/telemetry/telemetry/value/value_unittest.py ('k') | tools/telemetry/telemetry/web_components/web_component_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698