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
|
# Update headers
|
||||||
self.update_headers()
|
self.update_headers()
|
||||||
|
|
||||||
|
|
||||||
def guess_header(self, header, threshold=80):
|
def guess_header(self, header, threshold=80):
|
||||||
""" Try to match a header (from the file) to a list of known headers
|
""" 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']
|
data = row['data'][idx_s[idx]]['cell']
|
||||||
row[idx.lower()] = data
|
row[idx.lower()] = data
|
||||||
|
|
||||||
|
|
||||||
def done(self, form_list, **kwargs):
|
def done(self, form_list, **kwargs):
|
||||||
""" Create items """
|
""" Create items """
|
||||||
items = {}
|
items = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user