File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66from django .urls import reverse
77
88import dojo .jira_link .helper as jira_helper
9+ from dojo .decorators import we_want_async
910from dojo .importers .base_importer import BaseImporter , Parser
1011from dojo .importers .options import ImporterOptions
1112from dojo .models import (
1516 Test_Import ,
1617)
1718from dojo .notifications .helper import create_notification
18- from dojo .decorators import we_want_async
1919from dojo .validators import clean_tags
2020
2121logger = logging .getLogger (__name__ )
@@ -158,7 +158,6 @@ def process_findings(
158158 from celery import chord
159159
160160 from dojo .finding import helper as finding_helper
161- from dojo .models import Dojo_User
162161 from dojo .utils import calculate_grade , calculate_grade_signature
163162 post_processing_task_signatures = []
164163
You can’t perform that action at this time.
0 commit comments