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

Unified Diff: recipe_engine/lint_test.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/lint_test.py
diff --git a/recipe_engine/lint_test.py b/recipe_engine/lint_test.py
index a1c851597a174cc6686cff11a056f27f8576ecb5..48b32465163022854a9580b09198606da867a90e 100644
--- a/recipe_engine/lint_test.py
+++ b/recipe_engine/lint_test.py
@@ -14,8 +14,6 @@ e.g. you can run a recipe simulation for a Windows recipe on Linux.
from __future__ import absolute_import
import re
-import os
-import sys
import types
« no previous file with comments | « recipe_engine/fetch.py ('k') | recipe_engine/loader.py » ('j') | recipe_engine/package.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698