remove dead code

This commit is contained in:
Matthias 2022-04-02 02:46:55 +02:00
parent 279be87448
commit f6aa9e4719
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -77,9 +77,6 @@ class NotificationMethod:
def setup(self):
return True
# def send(self, targets)
# def send_bulk(self)
def cleanup(self):
return True