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

Unified Diff: recipe_engine/checker.py

Issue 2702313003: Remove unused imports and fix some other linter errors. (Closed)
Patch Set: Created 3 years, 10 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: recipe_engine/checker.py
diff --git a/recipe_engine/checker.py b/recipe_engine/checker.py
index d94c24bb4acca50527621782e34288d8659f85c8..b0603b048c52ad691fd346b618055bd645be81bc 100644
--- a/recipe_engine/checker.py
+++ b/recipe_engine/checker.py
@@ -12,7 +12,7 @@ import inspect
import re
import itertools
-from collections import OrderedDict, namedtuple, deque, defaultdict
+from collections import OrderedDict, deque, defaultdict
from . import env
import astunparse
« no previous file with comments | « recipe_engine/bundle.py ('k') | recipe_engine/depgraph.py » ('j') | recipe_engine/package.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698