diff --git a/InvenTree/common/notifications.py b/InvenTree/common/notifications.py index 6e87797eb8..236cb9164e 100644 --- a/InvenTree/common/notifications.py +++ b/InvenTree/common/notifications.py @@ -77,9 +77,6 @@ class NotificationMethod: def setup(self): return True - # def send(self, targets) - # def send_bulk(self) - def cleanup(self): return True