Skip to content

Commit

Permalink
fix imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhernandeze committed Apr 30, 2024
1 parent ab09734 commit b0c3032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/engagement/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
EngagementTestFilter,
EngagementTestFilterWithoutObjectLookups,
ProductEngagementsFilter,
ProductEngagementsFilterWithoutObjectLookups
ProductEngagementsFilterWithoutObjectLookups,
)
from dojo.finding.helper import NOT_ACCEPTED_FINDINGS_QUERY
from dojo.finding.views import find_available_notetypes
Expand Down

0 comments on commit b0c3032

Please sign in to comment.