Removed unused abc meta class

AlarmEvaluationService is not using abc.ABCMeta, so remove it.

Change-Id: I9df6ac9e5842d03191946f719549d554c51e6540
This commit is contained in:
Lianhao Lu 2014-09-24 11:45:17 +08:00
parent c3696451d4
commit 7e7c26b30b

View File

@ -112,7 +112,6 @@ class AlarmService(object):
pass
@six.add_metaclass(abc.ABCMeta)
class AlarmEvaluationService(AlarmService, os_service.Service):
PARTITIONING_GROUP_NAME = "alarm_evaluator"