File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 6
6
from django .urls import reverse
7
7
8
8
import dojo .jira_link .helper as jira_helper
9
+ from dojo .decorators import we_want_async
9
10
from dojo .importers .base_importer import BaseImporter , Parser
10
11
from dojo .importers .options import ImporterOptions
11
12
from dojo .models import (
15
16
Test_Import ,
16
17
)
17
18
from dojo .notifications .helper import create_notification
18
- from dojo .decorators import we_want_async
19
19
from dojo .validators import clean_tags
20
20
21
21
logger = logging .getLogger (__name__ )
@@ -158,7 +158,6 @@ def process_findings(
158
158
from celery import chord
159
159
160
160
from dojo .finding import helper as finding_helper
161
- from dojo .models import Dojo_User
162
161
from dojo .utils import calculate_grade , calculate_grade_signature
163
162
post_processing_task_signatures = []
164
163
You can’t perform that action at this time.
0 commit comments