this wont happen
This commit is contained in:
parent
e25759c1ac
commit
3047bd6612
|
|
@ -218,9 +218,6 @@ def deliver_notification(cls: NotificationMethod, obj, category: str, targets, c
|
|||
else:
|
||||
success = False
|
||||
|
||||
else:
|
||||
raise NotImplementedError('No delivery method found')
|
||||
|
||||
# Run cleanup for delivery method
|
||||
method.cleanup()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue