raise error
This commit is contained in:
parent
432fd9b8e6
commit
0c0b2efbe0
|
|
@ -36,4 +36,4 @@ class LabelPrintingMixin:
|
|||
"""
|
||||
|
||||
# Unimplemented (to be implemented by the particular plugin class)
|
||||
MixinNotImplementedError('This Plugin must implement a `print_label` method')
|
||||
raise MixinNotImplementedError('This Plugin must implement a `print_label` method')
|
||||
|
|
|
|||
Loading…
Reference in New Issue