mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 21:38:48 +00:00
add docstring
This commit is contained in:
parent
3d2113d98b
commit
21125eb892
@ -390,6 +390,10 @@ class PluginsRegistry:
|
|||||||
logger.warning("activate_integration_schedule failed, database not ready")
|
logger.warning("activate_integration_schedule failed, database not ready")
|
||||||
|
|
||||||
def deactivate_integration_schedule(self):
|
def deactivate_integration_schedule(self):
|
||||||
|
"""
|
||||||
|
Deactivate ScheduleMixin
|
||||||
|
currently nothing is done
|
||||||
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def activate_integration_app(self, plugins, force_reload=False):
|
def activate_integration_app(self, plugins, force_reload=False):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user