Skip to content

Commit 9011cee

Browse files
author
Valentijn Scholten
committed
ruff
1 parent 39338d1 commit 9011cee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dojo/finding/deduplication.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@ def _dedupe_batch_legacy(findings):
529529

530530
def dedupe_batch_of_findings(findings, *args, **kwargs):
531531
"""Batch deduplicate a list of findings. The findings are assumed to be in the same test."""
532-
533532
# Pro has customer implementation which will call the Pro dedupe methods, but also the normal OS dedupe methods.
534533
from dojo.utils import get_custom_method # noqa: PLC0415 -- circular import
535534
if batch_dedupe_method := get_custom_method("FINDING_DEDUPE_BATCH_METHOD"):

0 commit comments

Comments
 (0)