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

Unified Diff: tools/telemetry/telemetry/core/platform/tracing_options.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/platform/tracing_options.py
diff --git a/tools/telemetry/telemetry/core/platform/tracing_options.py b/tools/telemetry/telemetry/core/platform/tracing_options.py
index f2d747718bde5da4bc8264fad26e9cb05007642c..b22d1c533968ca2eb251aa1debf192ad77f5fd5d 100644
--- a/tools/telemetry/telemetry/core/platform/tracing_options.py
+++ b/tools/telemetry/telemetry/core/platform/tracing_options.py
@@ -10,4 +10,4 @@ class TracingOptions(object):
categories to the TracingCategoryFilter.
"""
def __init__(self):
- self.enable_chrome_trace = False
+ self.enable_chrome_trace = False

Powered by Google App Engine
This is Rietveld 408576698