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

Unified Diff: recipe_modules/path/api.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_modules/path/api.py
diff --git a/recipe_modules/path/api.py b/recipe_modules/path/api.py
index 13f6f59431119c10480302e9d5dec468a67a022f..5d33e0ca29737da4279b4c5fdd13d4b227b32a69 100644
--- a/recipe_modules/path/api.py
+++ b/recipe_modules/path/api.py
@@ -5,7 +5,6 @@
import functools
import itertools
import os
-import sys
import tempfile
from recipe_engine import recipe_api

Powered by Google App Engine
This is Rietveld 408576698