remove cov from not used feature

This commit is contained in:
Matthias 2022-02-13 23:49:26 +01:00
parent 241101cee6
commit c5e9e933f0
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -226,7 +226,7 @@ class IntegrationPluginBase(MixinBase, plugin_base.InvenTreePluginBase):
"""
Get package metadata for plugin
"""
return {}
return {} # pragma: no cover # TODO add usage for package metadata
def define_package(self):
"""