We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39338d1 commit 9011ceeCopy full SHA for 9011cee
dojo/finding/deduplication.py
@@ -529,7 +529,6 @@ def _dedupe_batch_legacy(findings):
529
530
def dedupe_batch_of_findings(findings, *args, **kwargs):
531
"""Batch deduplicate a list of findings. The findings are assumed to be in the same test."""
532
-
533
# Pro has customer implementation which will call the Pro dedupe methods, but also the normal OS dedupe methods.
534
from dojo.utils import get_custom_method # noqa: PLC0415 -- circular import
535
if batch_dedupe_method := get_custom_method("FINDING_DEDUPE_BATCH_METHOD"):
0 commit comments