From 0b6cceb99898b21de19ba8e0675297a168ee7ef2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 4 Dec 2021 17:23:35 +0100 Subject: [PATCH] this should not happen --- InvenTree/common/notifications.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/InvenTree/common/notifications.py b/InvenTree/common/notifications.py index 67a777f754..ff5bc64a60 100644 --- a/InvenTree/common/notifications.py +++ b/InvenTree/common/notifications.py @@ -219,9 +219,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()