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

Unified Diff: recipe_engine/unittests/fetch_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/fetch_test.py
diff --git a/recipe_engine/unittests/fetch_test.py b/recipe_engine/unittests/fetch_test.py
index 1f0c65817e2484f54c59849123c661749db03777..caa355a7e4ee201cf00d9ba3da1dd548b3cf595f 100755
--- a/recipe_engine/unittests/fetch_test.py
+++ b/recipe_engine/unittests/fetch_test.py
@@ -4,12 +4,8 @@
# that can be found in the LICENSE file.
import base64
-import io
import json
-import os
-import sys
import unittest
-import time
import test_env

Powered by Google App Engine
This is Rietveld 408576698