diff --git a/InvenTree/plugin/events.py b/InvenTree/plugin/events.py index f6bc7fd7a8..193a1805fe 100644 --- a/InvenTree/plugin/events.py +++ b/InvenTree/plugin/events.py @@ -3,3 +3,7 @@ Import helper for events """ from plugin.base.event.events import trigger_event + +__all__ = [ + trigger_event, +]