mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +00:00
use static reference
this is stupid but is required
This commit is contained in:
parent
0c0b2efbe0
commit
076098a0e0
@ -10,7 +10,7 @@ __all__ = [
|
|||||||
'registry',
|
'registry',
|
||||||
|
|
||||||
'InvenTreePlugin',
|
'InvenTreePlugin',
|
||||||
IntegrationPluginBase,
|
'IntegrationPluginBase',
|
||||||
'MixinNotImplementedError',
|
'MixinNotImplementedError',
|
||||||
'MixinImplementationError',
|
'MixinImplementationError',
|
||||||
]
|
]
|
||||||
|
@ -5,5 +5,5 @@ Import helper for events
|
|||||||
from plugin.base.event.events import trigger_event
|
from plugin.base.event.events import trigger_event
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
trigger_event,
|
'trigger_event',
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user