Skip to content

Commit e3a37a5

Browse files
Fix indentation in base_importer.py
1 parent f89c2f8 commit e3a37a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/importers/base_importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def update_import_history(
391391
# We filter out these findings here to avoid FK violations (IntegrityError)
392392
all_findings = []
393393
for list_, _ in finding_action_mappings:
394-
all_findings.extend(list_)
394+
all_findings.extend(list_)
395395
existing_findings = finding_helper.filter_findings_by_existence(all_findings) if all_findings else []
396396
existing_ids = {f.id for f in existing_findings}
397397

0 commit comments

Comments
 (0)