From f6aa9e47197165a4cb55b4ef2b11d461168d6b8c Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 2 Apr 2022 02:46:55 +0200 Subject: [PATCH] remove dead code --- InvenTree/common/notifications.py | 3 --- 1 file changed, 3 deletions(-) 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