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

Unified Diff: tools/telemetry/telemetry/core/platform/profiler/win_pgo_profiler.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/platform/profiler/win_pgo_profiler.py
diff --git a/tools/telemetry/telemetry/core/platform/profiler/win_pgo_profiler.py b/tools/telemetry/telemetry/core/platform/profiler/win_pgo_profiler.py
index 05e8c5f1c385a9bc3db1c5c6eed494d4f1d5d143..1371c7f31161b7678dd344d1896c32f4ac04d47c 100644
--- a/tools/telemetry/telemetry/core/platform/profiler/win_pgo_profiler.py
+++ b/tools/telemetry/telemetry/core/platform/profiler/win_pgo_profiler.py
@@ -9,7 +9,6 @@ import sys
from telemetry.core.platform import profiler
-
_PGOSWEEP_EXECUTABLE = 'pgosweep.exe'

Powered by Google App Engine
This is Rietveld 408576698