do not cover not implemented Mixin

This commit is contained in:
Matthias 2022-05-03 23:07:16 +02:00
parent c5acfaf541
commit 5e277130fa
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -426,7 +426,7 @@ class LabelPrintingMixin:
"""
# Unimplemented (to be implemented by the particular plugin class)
...
... # pragma: no cover
class APICallMixin: