Skip to content

Commit feb1734

Browse files
fix counts
1 parent c936703 commit feb1734

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
@@ -360,6 +360,7 @@ def post_process_finding_save_signature(finding, dedupe_option=True, rules_optio
360360
return post_process_finding_save_internal(finding, dedupe_option, rules_option, product_grading_option,
361361
issue_updater_option, push_to_jira, user, *args, **kwargs)
362362

363+
363364
@dojo_model_to_id
364365
@dojo_async_task
365366
@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)