2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

return cov from feature only used for debug

This commit is contained in:
Matthias
2022-02-13 23:50:18 +01:00
parent 25bcf2c438
commit 43a05dfcb4

View File

@ -23,7 +23,7 @@ class IntegrationPluginError(Exception):
self.message = message
def __str__(self):
return self.message
return self.message # pragma: no cover
class MixinImplementationError(ValueError):