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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries_unittest.py

Issue 2201653002: Remove usage of wildcard imports from webkitpy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased; reformatted multiple imports from same module to be single import statements. Created 4 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: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries_unittest.py
index 1d6efd5513b0df7d93f645bab8060582ef1478f6..6d88cc1ce1d8b20d26ff1cfd6953a214a7b09b15 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/queries_unittest.py
@@ -31,8 +31,7 @@ import optparse
import unittest
from webkitpy.common.system.outputcapture import OutputCapture
-from webkitpy.tool.commands.queries import PrintBaselines
-from webkitpy.tool.commands.queries import PrintExpectations
+from webkitpy.tool.commands.queries import PrintBaselines, PrintExpectations
from webkitpy.tool.mock_tool import MockWebKitPatch

Powered by Google App Engine
This is Rietveld 408576698