mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 13:06:45 +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):
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user