raise if not implemented
This commit is contained in:
parent
0379498ee3
commit
61b6590f52
|
|
@ -32,7 +32,7 @@ class NotificationMethod:
|
|||
self.recipiends = self.get_recipiends()
|
||||
|
||||
def get_recipiends(self):
|
||||
return False
|
||||
raise NotImplementedError('The `get_recipiends` method must be implemented!')
|
||||
|
||||
def cleanup(self):
|
||||
return True
|
||||
|
|
|
|||
Loading…
Reference in New Issue