mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
add comments to show execution flow
This commit is contained in:
parent
1ef7163b94
commit
3239e60702
@ -42,6 +42,9 @@ class NotificationMethod:
|
||||
def setup(self):
|
||||
return True
|
||||
|
||||
# def send(self, receiver)
|
||||
# def send_bulk(self)
|
||||
|
||||
def cleanup(self):
|
||||
return True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user