Remove unused logging import

Change-Id: Ib68024e129293b6934954238ea35e140487d3026
This commit is contained in:
Anh Tran 2017-02-16 15:10:47 +07:00
parent ab731c05a0
commit fbf7f27697
1 changed files with 0 additions and 3 deletions

View File

@ -10,7 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import logging
from mock import mock
import os
import tempfile
@ -31,8 +30,6 @@ DEFAULT_VOLUME_ID = fake_object.DEFAULT_VOLUME_ID
CONF = config.CONF
LOG = logging.getLogger(__name__)
class FakeCinderConnector(object):
def __init__(self):