Merge "Remove unused logging import"

This commit is contained in:
Jenkins 2017-02-17 11:41:26 +00:00 committed by Gerrit Code Review
commit 0eeee4d697

View File

@ -17,14 +17,10 @@
import json
from oslo_log import log as logging
import requests
import six
LOG = logging.getLogger(__name__)
class DiscoApi(object):
"""Class for all the requests to Disco API."""