this wont happen

This commit is contained in:
Matthias 2021-12-04 04:11:42 +01:00
parent e25759c1ac
commit 3047bd6612
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -218,9 +218,6 @@ def deliver_notification(cls: NotificationMethod, obj, category: str, targets, c
else: else:
success = False success = False
else:
raise NotImplementedError('No delivery method found')
# Run cleanup for delivery method # Run cleanup for delivery method
method.cleanup() method.cleanup()