From 8af6c6b885ccefec2de2e2a52a1f8456a971d570 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 25 Jan 2013 20:34:03 +0000 Subject: Make sure there are no unused import Remove all currently unused imports Prevent future unused imports Change-Id: I6ac26d5c71b79952a7732db300355a00310c712e --- run_tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'run_tests.sh') diff --git a/run_tests.sh b/run_tests.sh index 11bc8b518..5bb2842b2 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -142,6 +142,7 @@ function run_pep8 { echo "Running pep8" ${wrapper} python tools/hacking.py ${ignore} ${srcfiles} + ${wrapper} bash tools/unused_imports.sh # NOTE(sdague): as of grizzly-2 these are passing however leaving the comment # in here in case we need to break it out when we get more of our hacking working # again. -- cgit