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

Unified Diff: unittests/autoroll_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: unittests/autoroll_test.py
diff --git a/unittests/autoroll_test.py b/unittests/autoroll_test.py
index ede8f3b9857e3ec29e1ba673fb9c3fdd5b157e86..9c7d8246956291b4513c7e14bf5b43af6dc25857 100755
--- a/unittests/autoroll_test.py
+++ b/unittests/autoroll_test.py
@@ -11,8 +11,6 @@ import unittest
import repo_test_util
-from recipe_engine import package
-
class TestAutoroll(repo_test_util.RepoTest):
def run_roll(self, repo, *args):

Powered by Google App Engine
This is Rietveld 408576698