2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

move import back too

This commit is contained in:
Matthias
2022-05-11 13:54:08 +02:00
parent ffe546d647
commit 3503ca4b4e
4 changed files with 3 additions and 5 deletions

View File

@ -3,7 +3,6 @@ Utility file to enable simper imports
"""
from .registry import registry
from .events import trigger_event
from .plugin import InvenTreePluginBase, IntegrationPluginBase
from .base.action.action import ActionPlugin
@ -12,7 +11,6 @@ from .helpers import MixinNotImplementedError, MixinImplementationError
__all__ = [
'registry',
'trigger_event',
'ActionPlugin',
'IntegrationPluginBase',