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:
@ -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',
|
||||
|
Reference in New Issue
Block a user