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

Unified Diff: tools/telemetry/telemetry/web_components/web_components_project.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/web_components/web_components_project.py
diff --git a/tools/telemetry/telemetry/web_components/web_components_project.py b/tools/telemetry/telemetry/web_components/web_components_project.py
index 5ff6817bfe6b9c60058c61102bedd0741b4e7096..61c1d43fa3792d7ead90e61ef751f3aa72de6c35 100644
--- a/tools/telemetry/telemetry/web_components/web_components_project.py
+++ b/tools/telemetry/telemetry/web_components/web_components_project.py
@@ -4,10 +4,10 @@
import os
-
from telemetry.core import util
from trace_viewer import trace_viewer_project
+
def _FindAllFilesRecursive(source_paths, pred):
all_filenames = set()
for source_path in source_paths:

Powered by Google App Engine
This is Rietveld 408576698