summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnh Tran <anhtt@vn.fujitsu.com>2017-02-17 13:36:25 +0700
committerAnh Tran <anhtt@vn.fujitsu.com>2017-02-17 13:37:28 +0700
commit2eba4ead0b4e9fe1a31c0f7d3176adb24ccaa27d (patch)
treef2539c447a42cb0008898cfab3932d371b455eb9
parent9f88fc302cc9fa682dc56ee75835ebb4d5274076 (diff)
downloadoslo-db-2eba4ead0b4e9fe1a31c0f7d3176adb24ccaa27d.tar.gz
Remove unused logging import
Change-Id: I6e69c3198ef7c1dccd42655fbf10210d132b1eab
-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.