Trival: Remove unused logging import

Change-Id: I6da7b7a989c66e9621f9292f7b19d9015770c2f1
This commit is contained in:
Hanxi Liu 2016-08-05 11:40:57 +08:00
parent f3c09a6bcf
commit 8907676300

View File

@ -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},