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

Unified Diff: recipe_engine/bundle.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
« no previous file with comments | « no previous file | recipe_engine/checker.py » ('j') | recipe_engine/package.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/bundle.py
diff --git a/recipe_engine/bundle.py b/recipe_engine/bundle.py
index 8f8cbc8a43fcdb77c7e2273814724f2f48482656..26d93874039e3a6ba2e775f9e9aa3c07f45aacdc 100755
--- a/recipe_engine/bundle.py
+++ b/recipe_engine/bundle.py
@@ -14,12 +14,10 @@ import errno
import logging
import os
import io
-import re
import shutil
import stat
import subprocess
import sys
-import types
LOGGER = logging.getLogger(__name__)
« no previous file with comments | « no previous file | recipe_engine/checker.py » ('j') | recipe_engine/package.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698