remove cov from not used feature
This commit is contained in:
parent
241101cee6
commit
c5e9e933f0
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue