Merge "TrivialFix: Remove logging import unused"
This commit is contained in:
commit
3ed44383ab
@ -19,12 +19,8 @@
|
|||||||
import abc
|
import abc
|
||||||
import six
|
import six
|
||||||
|
|
||||||
from oslo_log import log
|
|
||||||
|
|
||||||
from watcher.common import rpc
|
from watcher.common import rpc
|
||||||
|
|
||||||
LOG = log.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
@six.add_metaclass(abc.ABCMeta)
|
@six.add_metaclass(abc.ABCMeta)
|
||||||
class NotificationEndpoint(object):
|
class NotificationEndpoint(object):
|
||||||
|
@ -18,12 +18,9 @@
|
|||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from oslo_log import log
|
|
||||||
import oslo_messaging as om
|
import oslo_messaging as om
|
||||||
import six
|
import six
|
||||||
|
|
||||||
LOG = log.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class NotificationFilter(om.NotificationFilter):
|
class NotificationFilter(om.NotificationFilter):
|
||||||
"""Notification Endpoint base class
|
"""Notification Endpoint base class
|
||||||
|
Loading…
Reference in New Issue
Block a user