Merge "TrivialFix: Remove logging import unused"

This commit is contained in:
Jenkins 2016-08-29 07:48:35 +00:00 committed by Gerrit Code Review
commit 3ed44383ab
2 changed files with 0 additions and 7 deletions

View File

@ -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):

View File

@ -18,12 +18,9 @@
import re
from oslo_log import log
import oslo_messaging as om
import six
LOG = log.getLogger(__name__)
class NotificationFilter(om.NotificationFilter):
"""Notification Endpoint base class