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

remove old code

This commit is contained in:
Matthias 2022-05-11 12:41:08 +02:00
parent 34467003ad
commit 87ef2a3382
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -82,12 +82,3 @@ class InvenTreePluginBase():
else: else:
return False # pragma: no cover return False # pragma: no cover
# TODO @matmair remove after InvenTree 0.7.0 release
class InvenTreePlugin(InvenTreePluginBase):
"""
This is here for leagcy reasons and will be removed in the next major release
"""
def __init__(self): # pragma: no cover
warnings.warn("Using the InvenTreePlugin is depreceated", DeprecationWarning)
super().__init__()