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

remove dead code

This commit is contained in:
Matthias
2022-01-21 00:30:51 +01:00
parent c44565f9e3
commit ff897ccc41
3 changed files with 0 additions and 4 deletions
InvenTree

@ -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 """