empty mixin schaffold - no tests
This commit is contained in:
parent
0a012c3c58
commit
b9cbc287f2
|
|
@ -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__)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue