Enable F40X checking

Clean up imports due to F401 and F403 checks.
F401  'module' imported but unused
F403  unable to detect undefined names with wildcard import

Change-Id: I487edb157de1a6babc7ad8a3fb65f195e476c490
This commit is contained in:
Victor Sergeyev
2013-11-04 17:12:24 +02:00
parent 7ca0174d8c
commit 88bb1af1d5
34 changed files with 31 additions and 60 deletions

View File

@@ -31,7 +31,7 @@ from glance.openstack.common import units
from glance.tests import functional
from glance.tests.functional.store_utils import (setup_http,
get_http_uri)
from glance.tests.utils import skip_if_disabled, requires
from glance.tests.utils import skip_if_disabled
FIVE_KB = 5 * units.Ki