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