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

Unified Diff: recipe_engine/fetch.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/fetch.py
diff --git a/recipe_engine/fetch.py b/recipe_engine/fetch.py
index 4d4a8bd7bd0a9b946c696f52db736ddd22f3cc09..4554f4c8e5f0af0a1a20bc8a3a71f4cabf772e86 100644
--- a/recipe_engine/fetch.py
+++ b/recipe_engine/fetch.py
@@ -3,7 +3,6 @@
# that can be found in the LICENSE file.
import base64
-import functools
import httplib
import json
import logging
@@ -12,7 +11,6 @@ import shutil
import sys
import tarfile
import tempfile
-import time
# Add third party paths.
from . import env
« no previous file with comments | « recipe_engine/doc.py ('k') | recipe_engine/lint_test.py » ('j') | recipe_engine/package.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698