diff --git a/InvenTree/plugin/plugin.py b/InvenTree/plugin/plugin.py index dce0a1b14b..bef07b308f 100644 --- a/InvenTree/plugin/plugin.py +++ b/InvenTree/plugin/plugin.py @@ -88,6 +88,6 @@ class InvenTreePlugin(InvenTreePluginBase): """ 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) super().__init__()