2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

Remove unused forms

This commit is contained in:
Oliver
2021-07-12 22:23:08 +10:00
parent bd8b52d7d2
commit 0cb2b49333
2 changed files with 0 additions and 54 deletions

View File

@ -56,16 +56,6 @@ class PartImageDownloadForm(HelperForm):
]
class PartImageForm(HelperForm):
""" Form for uploading a Part image """
class Meta:
model = Part
fields = [
'image',
]
class BomExportForm(forms.Form):
""" Simple form to let user set BOM export options,
before exporting a BOM (bill of materials) file.