remove dead code

This commit is contained in:
Matthias 2022-01-21 00:30:51 +01:00
parent c44565f9e3
commit ff897ccc41
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
3 changed files with 0 additions and 4 deletions

View File

@ -9,8 +9,6 @@ import os
from django.utils.translation import gettext_lazy as _
from django.core.exceptions import ValidationError
# from company.models import ManufacturerPart, SupplierPart
class FileManager:
""" Class for managing an uploaded file """

View File

@ -92,5 +92,4 @@ class OrderMatchItemForm(MatchItemForm):
default_amount=clean_decimal(row.get('purchase_price', '')),
)
# return default
return super().get_special_field(col_guess, row, file_manager)

View File

@ -75,7 +75,6 @@ class BomMatchItemForm(MatchItemForm):
})
)
# return default
return super().get_special_field(col_guess, row, file_manager)