2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 04:26:44 +00:00

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 Get package metadata for plugin
""" """
return {} return {} # pragma: no cover # TODO add usage for package metadata
def define_package(self): def define_package(self):
""" """