From 3239e60702e92bb88e08697f0e0ba14255fafd08 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 4 Dec 2021 03:37:13 +0100 Subject: [PATCH] add comments to show execution flow --- InvenTree/common/notifications.py | 3 +++ 1 file changed, 3 insertions(+) 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