Remove unused logging import

Change-Id: I6e69c3198ef7c1dccd42655fbf10210d132b1eab
This commit is contained in:
Anh Tran 2017-02-17 13:36:25 +07:00
parent 9f88fc302c
commit 2eba4ead0b

View File

@ -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.