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

Unified Diff: tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py

Issue 445793004: Fix import order with isort tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/google_credentials_backend_unittest.py
diff --git a/tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py b/tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py
index f98cc4d9279a7e1ee92af77fb489665e918c5011..a4d2a59c0c1ae2d464e9eba529b15004d9544798 100644
--- a/tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py
@@ -1,9 +1,11 @@
# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from telemetry.core.backends import form_based_credentials_backend_unittest_base
+from telemetry.core. \
+ backends import form_based_credentials_backend_unittest_base
chrishenry 2014/08/07 23:13:37 I prefer import statement in 1 line. It is an acce
nednguyen 2014/08/08 01:13:26 Done.
from telemetry.core.backends import google_credentials_backend
+
class TestGoogleCredentialsBackend(
form_based_credentials_backend_unittest_base.
FormBasedCredentialsBackendUnitTestBase):

Powered by Google App Engine
This is Rietveld 408576698