mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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',
|
||||
|
||||
'InvenTreePlugin',
|
||||
IntegrationPluginBase,
|
||||
'IntegrationPluginBase',
|
||||
'MixinNotImplementedError',
|
||||
'MixinImplementationError',
|
||||
]
|
||||
|
@ -5,5 +5,5 @@ Import helper for events
|
||||
from plugin.base.event.events import trigger_event
|
||||
|
||||
__all__ = [
|
||||
trigger_event,
|
||||
'trigger_event',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user