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

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

Issue 1029263003: [telemetry] Sort imports in Telemetry and its dependents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ensure we're up to date. Created 5 years, 9 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/codepen_credentials_backend_unittest.py
diff --git a/tools/telemetry/telemetry/core/backends/codepen_credentials_backend_unittest.py b/tools/telemetry/telemetry/core/backends/codepen_credentials_backend_unittest.py
index 43ecb5e986d35bd620624e593c27d722e4df7efa..7ec54d9a2e3749d59feb94f2eb42bcff8e31b3e2 100644
--- a/tools/telemetry/telemetry/core/backends/codepen_credentials_backend_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/codepen_credentials_backend_unittest.py
@@ -1,8 +1,8 @@
# Copyright 2014 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 codepen_credentials_backend
+from telemetry.core.backends import form_based_credentials_backend_unittest_base
class TestCodePenCredentialsBackend(

Powered by Google App Engine
This is Rietveld 408576698