mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
fix import
This commit is contained in:
@ -8,7 +8,7 @@ from common.notifications import SingleNotificationMethod, BulkNotificationMetho
|
|||||||
|
|
||||||
from ..base.action.mixins import ActionMixin
|
from ..base.action.mixins import ActionMixin
|
||||||
from ..base.barcodes.mixins import BarcodeMixin
|
from ..base.barcodes.mixins import BarcodeMixin
|
||||||
from ..base.events.mixins import EventMixin
|
from ..base.event.mixins import EventMixin
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'APICallMixin',
|
'APICallMixin',
|
||||||
|
Reference in New Issue
Block a user