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

Unified Diff: recipes.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: recipes.py
diff --git a/recipes.py b/recipes.py
index 88a7ac68b4d5fd957b71bb890422a187f3438b9b..856219ad5accf8cf30ec34660a377738d1948fce 100755
--- a/recipes.py
+++ b/recipes.py
@@ -24,7 +24,7 @@ sys.path.insert(0, ROOT_DIR)
from recipe_engine import env
from recipe_engine import arguments_pb2
from google.protobuf import json_format as jsonpb
-from google.protobuf import text_format as textpb
+
def get_package_config(args):
from recipe_engine import package

Powered by Google App Engine
This is Rietveld 408576698