Trival: Remove unused logging import
Change-Id: I6da7b7a989c66e9621f9292f7b19d9015770c2f1
This commit is contained in:
parent
f3c09a6bcf
commit
8907676300
@ -14,7 +14,6 @@
|
||||
# under the License.
|
||||
"""Common functions for MongoDB backend
|
||||
"""
|
||||
from oslo_log import log
|
||||
import pymongo
|
||||
import six
|
||||
|
||||
@ -25,8 +24,6 @@ from aodh.storage import models
|
||||
from aodh.storage.mongo import utils as pymongo_utils
|
||||
|
||||
|
||||
LOG = log.getLogger(__name__)
|
||||
|
||||
COMMON_AVAILABLE_CAPABILITIES = {
|
||||
'alarms': {'query': {'simple': True,
|
||||
'complex': True},
|
||||
|
Loading…
x
Reference in New Issue
Block a user