From 2eba4ead0b4e9fe1a31c0f7d3176adb24ccaa27d Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Fri, 17 Feb 2017 13:36:25 +0700 Subject: [PATCH] Remove unused logging import Change-Id: I6e69c3198ef7c1dccd42655fbf10210d132b1eab --- oslo_db/sqlalchemy/test_fixtures.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/oslo_db/sqlalchemy/test_fixtures.py b/oslo_db/sqlalchemy/test_fixtures.py index 9ee86c88..57980ff5 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.