From f931ba405b7750353aedf668ce229b0330bce2c1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 8 May 2021 21:08:12 +0200 Subject: [PATCH] style fixes --- InvenTree/common/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/common/views.py b/InvenTree/common/views.py index 5acd237311..6186732ff2 100644 --- a/InvenTree/common/views.py +++ b/InvenTree/common/views.py @@ -344,7 +344,7 @@ class FileManagementFormView(MultiStepFormView): show_data = [] for idx, item in enumerate(row_data): - column_data ={ + column_data = { 'cell': item, 'idx': idx, 'column': self.columns[idx],