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

Unified Diff: recipe_engine/doc.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/doc.py
diff --git a/recipe_engine/doc.py b/recipe_engine/doc.py
index 67df898811e669a174b10463cb18519fb5e7fa1e..71bbcb70ae47f93a4d67a9b221e0356c883f50b6 100755
--- a/recipe_engine/doc.py
+++ b/recipe_engine/doc.py
@@ -12,7 +12,6 @@ import sys
from . import loader
from . import run as recipe_run
-from . import package
from . import recipe_api
def trim_doc(docstring):
« no previous file with comments | « recipe_engine/depgraph.py ('k') | recipe_engine/fetch.py » ('j') | recipe_engine/package.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698