summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--oslo_db/sqlalchemy/test_fixtures.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/oslo_db/sqlalchemy/test_fixtures.py b/oslo_db/sqlalchemy/test_fixtures.py
index 9ee86c8..57980ff 100644
--- a/oslo_db/sqlalchemy/test_fixtures.py
+++ b/oslo_db/sqlalchemy/test_fixtures.py
@@ -14,7 +14,6 @@
# under the License.
import fixtures
-import logging
import os
import testresources
import testscenarios
@@ -25,9 +24,6 @@ from oslo_db.sqlalchemy import provision
from oslo_db.sqlalchemy import utils
-LOG = logging.getLogger(__name__)
-
-
class ReplaceEngineFacadeFixture(fixtures.Fixture):
"""A fixture that will plug the engine of one enginefacade into another.