Remove unused logging import
Change-Id: I9bb93c30406a089593be316508d6af31643136c6
This commit is contained in:
parent
04b6ef2cdc
commit
373817b759
@ -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."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user