Skip to content

Commit 0abf18d

Browse files
simplify
1 parent 34c5f8b commit 0abf18d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dojo/importers/default_importer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from django.urls import reverse
77

88
import dojo.jira_link.helper as jira_helper
9+
from dojo.decorators import we_want_async
910
from dojo.importers.base_importer import BaseImporter, Parser
1011
from dojo.importers.options import ImporterOptions
1112
from dojo.models import (
@@ -15,7 +16,6 @@
1516
Test_Import,
1617
)
1718
from dojo.notifications.helper import create_notification
18-
from dojo.decorators import we_want_async
1919
from dojo.validators import clean_tags
2020

2121
logger = 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

0 commit comments

Comments
 (0)