diff --git a/InvenTree/common/notifications.py b/InvenTree/common/notifications.py index 096cf86814..7f99ca353d 100644 --- a/InvenTree/common/notifications.py +++ b/InvenTree/common/notifications.py @@ -42,6 +42,9 @@ class NotificationMethod: def setup(self): return True + # def send(self, receiver) + # def send_bulk(self) + def cleanup(self): return True