Python3: resources and libraries
[csit.git] / resources / tools / presentation / generator_alerts.py
index 3f19230..3a9b5dd 100644 (file)
@@ -57,7 +57,7 @@ class AlertingError(PresentationError):
             format(msg=self._msg, dets=self._details, level=self._level))
 
 
-class Alerting(object):
+class Alerting:
     """Class implementing the alerting mechanism.
     """