Remove unused logging import
Change-Id: I6e69c3198ef7c1dccd42655fbf10210d132b1eab
This commit is contained in:
parent
9f88fc302c
commit
2eba4ead0b
@ -14,7 +14,6 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import fixtures
|
import fixtures
|
||||||
import logging
|
|
||||||
import os
|
import os
|
||||||
import testresources
|
import testresources
|
||||||
import testscenarios
|
import testscenarios
|
||||||
@ -25,9 +24,6 @@ from oslo_db.sqlalchemy import provision
|
|||||||
from oslo_db.sqlalchemy import utils
|
from oslo_db.sqlalchemy import utils
|
||||||
|
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class ReplaceEngineFacadeFixture(fixtures.Fixture):
|
class ReplaceEngineFacadeFixture(fixtures.Fixture):
|
||||||
"""A fixture that will plug the engine of one enginefacade into another.
|
"""A fixture that will plug the engine of one enginefacade into another.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user