mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
add comments to show execution flow
This commit is contained in:
@ -42,6 +42,9 @@ class NotificationMethod:
|
|||||||
def setup(self):
|
def setup(self):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
# def send(self, receiver)
|
||||||
|
# def send_bulk(self)
|
||||||
|
|
||||||
def cleanup(self):
|
def cleanup(self):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user