diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-03 05:01:18 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-03 05:01:18 +0000 |
commit | 5ab8e6944ccfd17f316bdac65a14ab749e3f5b9e (patch) | |
tree | 02938198bb289a5671c9782abd4561bf42c8cb77 /oslo_db | |
parent | 92f787cffc8afb6ad3fa8fa2db0adf74aec9b864 (diff) | |
parent | 2eba4ead0b4e9fe1a31c0f7d3176adb24ccaa27d (diff) | |
download | oslo-db-5ab8e6944ccfd17f316bdac65a14ab749e3f5b9e.tar.gz |
Merge "Remove unused logging import"4.18.0
Diffstat (limited to 'oslo_db')
-rw-r--r-- | oslo_db/sqlalchemy/test_fixtures.py | 4 |
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. |