2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

do not cover not implemented Mixin

This commit is contained in:
Matthias
2022-05-03 23:07:16 +02:00
parent c5acfaf541
commit 5e277130fa

View File

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