style fixes

This commit is contained in:
Matthias 2021-05-15 08:45:01 +02:00
parent 27ed20c123
commit 941ac25d53
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -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 = {}