move event back

This commit is contained in:
Matthias 2022-05-11 13:49:49 +02:00
parent 182ffd880a
commit 7361a9637a
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Utility file to enable simper imports
"""
from .registry import registry
from .base.event.events import trigger_event
from .events import trigger_event
from .plugin import InvenTreePluginBase, IntegrationPluginBase
from .base.action.action import ActionPlugin