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

Unified Diff: tools/telemetry/telemetry/core/platform/linux_based_platform_backend.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/platform/linux_based_platform_backend.py
diff --git a/tools/telemetry/telemetry/core/platform/linux_based_platform_backend.py b/tools/telemetry/telemetry/core/platform/linux_based_platform_backend.py
index 1a1c2f8f8cfaaba69288ee44f9d04010faf9af2b..6da162849aaa3303454f26d01023acba61c4f451 100644
--- a/tools/telemetry/telemetry/core/platform/linux_based_platform_backend.py
+++ b/tools/telemetry/telemetry/core/platform/linux_based_platform_backend.py
@@ -7,9 +7,9 @@ try:
except ImportError:
resource = None # Not available on all platforms
-from telemetry import decorators
from telemetry.core import exceptions
from telemetry.core.platform import platform_backend
+from telemetry import decorators
class LinuxBasedPlatformBackend(platform_backend.PlatformBackend):

Powered by Google App Engine
This is Rietveld 408576698