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

Unified Diff: tools/telemetry/telemetry/benchmark.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/benchmark.py
diff --git a/tools/telemetry/telemetry/benchmark.py b/tools/telemetry/telemetry/benchmark.py
index e5fcd2af11f0b59bc59f5785d9f046e00a63241b..46ea09955655548cd59c38f9d5f8d8fd75487414 100644
--- a/tools/telemetry/telemetry/benchmark.py
+++ b/tools/telemetry/telemetry/benchmark.py
@@ -20,7 +20,6 @@ from telemetry.page import test_expectations
from telemetry.results import results_options
from telemetry.util import cloud_storage
-
Disabled = decorators.Disabled
Enabled = decorators.Enabled

Powered by Google App Engine
This is Rietveld 408576698