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

Unified Diff: tools/telemetry/telemetry/core/backends/chrome/inspector_console_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/core/backends/chrome/inspector_console_unittest.py
diff --git a/tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py b/tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py
index 300016e935f6ba1ec21043f484e179fbe2e73b6d..8abe21f1b2274673dff6b9f52e4a288da7d0e92b 100644
--- a/tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py
@@ -29,4 +29,3 @@ class TabConsoleTest(tab_test_case.TabTestCase):
prefix = 'http://(.+)/page_that_logs_to_console.html:9'
expected_line = 'At %s: Hello, world' % prefix
self.assertTrue(re.match(expected_line, line))
-

Powered by Google App Engine
This is Rietveld 408576698