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

Unified Diff: recipe_engine/unittests/field_composer_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/unittests/field_composer_test.py
diff --git a/recipe_engine/unittests/field_composer_test.py b/recipe_engine/unittests/field_composer_test.py
index bd945595fc194ea9175a71c69d61633e71f27179..ebd67e8565bb6975b24aad2a426df2c05e784007 100755
--- a/recipe_engine/unittests/field_composer_test.py
+++ b/recipe_engine/unittests/field_composer_test.py
@@ -4,9 +4,7 @@
# that can be found in the LICENSE file.
import os
-import shutil
import sys
-import tempfile
import unittest
sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(

Powered by Google App Engine
This is Rietveld 408576698