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

Unified Diff: tools/telemetry/telemetry/web_components/web_component_unittest.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/web_component_unittest.py
diff --git a/tools/telemetry/telemetry/web_components/web_component_unittest.py b/tools/telemetry/telemetry/web_components/web_component_unittest.py
index 7387adb1bf78b08337b7d9d908a8a2cc87963729..23e395a08b67ecbc1e2fb268935a9ee18ba18a48 100644
--- a/tools/telemetry/telemetry/web_components/web_component_unittest.py
+++ b/tools/telemetry/telemetry/web_components/web_component_unittest.py
@@ -2,11 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import unittest
import StringIO
+import unittest
from telemetry.web_components import web_component
+
class SimpleWebComponent(web_component.WebComponent):
def __init__(self):
super(SimpleWebComponent, self).__init__(

Powered by Google App Engine
This is Rietveld 408576698