Skip to content

Commit 7f705d1

Browse files
fix counts
1 parent d90b8ec commit 7f705d1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

dojo/finding/helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ def post_process_finding_save_signature(finding, dedupe_option=True, rules_optio
362362
return post_process_finding_save_internal(finding, dedupe_option, rules_option, product_grading_option,
363363
issue_updater_option, push_to_jira, user, *args, **kwargs)
364364

365+
365366
@dojo_model_to_id
366367
@dojo_async_task
367368
@app.task

dojo/importers/default_importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from django.db.models.query_utils import Q
66
from django.urls import reverse
77

8-
98
import dojo.jira_link.helper as jira_helper
109
from dojo.importers.base_importer import BaseImporter, Parser
1110
from dojo.importers.options import ImporterOptions
@@ -156,6 +155,7 @@ def process_findings(
156155
**kwargs: dict,
157156
) -> list[Finding]:
158157
from celery import chord
158+
159159
from dojo.finding import helper as finding_helper
160160
from dojo.models import Dojo_User
161161
from dojo.utils import calculate_grade, calculate_grade_signature

0 commit comments

Comments
 (0)