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

Unified Diff: tools/telemetry/telemetry/core/backends/facebook_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: 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/facebook_credentials_backend_unittest.py
diff --git a/tools/telemetry/telemetry/core/backends/facebook_credentials_backend_unittest.py b/tools/telemetry/telemetry/core/backends/facebook_credentials_backend_unittest.py
index c19dd1bfde87f14aa4cdb31aab6a330c4ec48b62..2f6b22f9a94a9ce4fd06e809272dc1da2af0c74a 100644
--- a/tools/telemetry/telemetry/core/backends/facebook_credentials_backend_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/facebook_credentials_backend_unittest.py
@@ -1,8 +1,10 @@
# 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 facebook_credentials_backend
+from telemetry.core. \
+ backends import form_based_credentials_backend_unittest_base
+
class TestFacebookCredentialsBackend(
form_based_credentials_backend_unittest_base.

Powered by Google App Engine
This is Rietveld 408576698