raise proper error

This commit is contained in:
Matthias 2022-05-15 04:08:45 +02:00
parent 7a102dcd8e
commit 025c6f9b82
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -1,5 +1,6 @@
"""Plugin mixin classes for label plugins"""
from plugin.helpers import MixinNotImplementedError
class LabelPrintingMixin:
"""
@ -34,4 +35,4 @@ class LabelPrintingMixin:
"""
# Unimplemented (to be implemented by the particular plugin class)
... # pragma: no cover
MixinNotImplementedError('This Plugin must implement a `print_label` method')