summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-03 05:01:18 +0000
committerGerrit Code Review <review@openstack.org>2017-03-03 05:01:18 +0000
commit5ab8e6944ccfd17f316bdac65a14ab749e3f5b9e (patch)
tree02938198bb289a5671c9782abd4561bf42c8cb77
parent92f787cffc8afb6ad3fa8fa2db0adf74aec9b864 (diff)
parent2eba4ead0b4e9fe1a31c0f7d3176adb24ccaa27d (diff)
downloadoslo-db-5ab8e6944ccfd17f316bdac65a14ab749e3f5b9e.tar.gz
Merge "Remove unused logging import"4.18.0
-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.