empty mixin schaffold - no tests

This commit is contained in:
Matthias 2022-05-03 22:10:26 +02:00
parent 0a012c3c58
commit b9cbc287f2
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -408,7 +408,7 @@ class LabelPrintingMixin:
"""
MIXIN_NAME = 'Label printing'
def __init__(self):
def __init__(self): # pragma: no cover
super().__init__()
self.add_mixin('labels', True, __class__)