mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
style fixes
This commit is contained in:
parent
27ed20c123
commit
941ac25d53
@ -130,7 +130,6 @@ class FileManager:
|
||||
# Update headers
|
||||
self.update_headers()
|
||||
|
||||
|
||||
def guess_header(self, header, threshold=80):
|
||||
""" Try to match a header (from the file) to a list of known headers
|
||||
|
||||
|
@ -763,7 +763,6 @@ class PartImport(FileManagementFormView):
|
||||
data = row['data'][idx_s[idx]]['cell']
|
||||
row[idx.lower()] = data
|
||||
|
||||
|
||||
def done(self, form_list, **kwargs):
|
||||
""" Create items """
|
||||
items = {}
|
||||
|
Loading…
Reference in New Issue
Block a user