TrivialFix: Remove logging import unused
This patch removes logging import unused in watcher/applier/manager.py watcher/applier/rpcapi.py watcher/decision_engine/goal/base.py watcher/decision_engine/model/notification/base.py watcher/decision_engine/model/notification/filtering.py Change-Id: I0b967e4931223b3b7e9459fb1483ed8185a1a7a0
This commit is contained in:
@@ -19,12 +19,8 @@
|
||||
import abc
|
||||
import six
|
||||
|
||||
from oslo_log import log
|
||||
|
||||
from watcher.common import rpc
|
||||
|
||||
LOG = log.getLogger(__name__)
|
||||
|
||||
|
||||
@six.add_metaclass(abc.ABCMeta)
|
||||
class NotificationEndpoint(object):
|
||||
|
||||
Reference in New Issue
Block a user