mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 22:08:49 +00:00
ignore depreciated function in coverage
This commit is contained in:
parent
080ee2ea50
commit
5f9f5555b6
@ -88,6 +88,6 @@ class InvenTreePlugin(InvenTreePluginBase):
|
|||||||
"""
|
"""
|
||||||
This is here for leagcy reasons and will be removed in the next major release
|
This is here for leagcy reasons and will be removed in the next major release
|
||||||
"""
|
"""
|
||||||
def __init__(self):
|
def __init__(self): # pragma: no cover
|
||||||
warnings.warn("Using the InvenTreePlugin is depreceated", DeprecationWarning)
|
warnings.warn("Using the InvenTreePlugin is depreceated", DeprecationWarning)
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user