Removed unused abc meta class
AlarmEvaluationService is not using abc.ABCMeta, so remove it. Change-Id: I9df6ac9e5842d03191946f719549d554c51e6540
This commit is contained in:
parent
c3696451d4
commit
7e7c26b30b
@ -112,7 +112,6 @@ class AlarmService(object):
|
||||
pass
|
||||
|
||||
|
||||
@six.add_metaclass(abc.ABCMeta)
|
||||
class AlarmEvaluationService(AlarmService, os_service.Service):
|
||||
|
||||
PARTITIONING_GROUP_NAME = "alarm_evaluator"
|
||||
|
Loading…
x
Reference in New Issue
Block a user