Merge "Trival:Remove unused logging import"
This commit is contained in:
commit
5bb52db732
@ -3,15 +3,11 @@
|
||||
Extension manager used only for testing.
|
||||
"""
|
||||
|
||||
import logging
|
||||
import warnings
|
||||
|
||||
from stevedore import extension
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class TestExtensionManager(extension.ExtensionManager):
|
||||
"""ExtensionManager that is explicitly initialized for tests.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user