Remove unused import
Remove unused import in tests.functional.store modules to make codes cleaner. Change-Id: I07a66d0ba7c0f0233d0d03310d83b33f0b92bbe9
This commit is contained in:
parent
b0f5f041dc
commit
6bd098efe5
@ -27,7 +27,6 @@ import testtools
|
||||
|
||||
import glance.store.filesystem
|
||||
import glance.tests.functional.store as store_tests
|
||||
import glance.tests.utils
|
||||
|
||||
|
||||
class TestFilesystemStore(store_tests.BaseTestCase, testtools.TestCase):
|
||||
|
@ -24,7 +24,6 @@ GridFS backend
|
||||
|
||||
import ConfigParser
|
||||
import os
|
||||
import os.path
|
||||
|
||||
import oslo.config.cfg
|
||||
import testtools
|
||||
|
@ -20,13 +20,11 @@ Functional tests for the File store interface
|
||||
|
||||
import BaseHTTPServer
|
||||
import os
|
||||
import os.path
|
||||
import signal
|
||||
import testtools
|
||||
|
||||
import glance.store.http
|
||||
import glance.tests.functional.store as store_tests
|
||||
import glance.tests.utils
|
||||
|
||||
|
||||
def get_handler_class(fixture):
|
||||
|
Loading…
x
Reference in New Issue
Block a user