2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

fix bacodeMixin base

This commit is contained in:
Matthias
2022-05-11 12:38:37 +02:00
parent 0d89959d49
commit 34467003ad

View File

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