2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

fix bacodeMixin base

This commit is contained in:
Matthias 2022-05-11 12:38:37 +02:00
parent 0d89959d49
commit 34467003ad
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

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',