2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-06 12:01:41 +00:00

Remove dead code

This commit is contained in:
Oliver Walters
2024-12-28 16:51:46 +11:00
parent 08a15719a3
commit 2ce17f6d44

View File

@@ -583,13 +583,6 @@ class InvenTreeModel(PluginValidationMixin, models.Model):
abstract = True
def save(self):
"""Custom save method for InvenTreeModel.
- Ensure custom status code values are correctly updated
"""
super().save()
class InvenTreeMetadataModel(MetadataMixin, InvenTreeModel):
"""Base class for an InvenTree model which includes a metadata field."""