2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

move action

This commit is contained in:
Matthias
2022-05-11 12:38:14 +02:00
parent 308dd53c35
commit 0d89959d49
6 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ from ..base.integration.mixins import APICallMixin, AppMixin, LabelPrintingMixin
from common.notifications import SingleNotificationMethod, BulkNotificationMethod
from ..builtin.action.mixins import ActionMixin
from ..base.action.mixins import ActionMixin
from ..builtin.barcodes.mixins import BarcodeMixin
__all__ = [