Skip to content

Commit d9c095f

Browse files
authored
Merge pull request #3263 from DefectDojo/valentijnscholten-patch-2
fix reports: add missing Q import
2 parents d7523e1 + 636ef08 commit d9c095f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dojo/reports/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from django.http import HttpResponse
1515
from django.shortcuts import render, get_object_or_404
1616
from django.utils import timezone
17+
from django.db.models import Q
1718

1819
from dojo.celery import app
1920
from dojo.endpoint.views import get_endpoint_ids

0 commit comments

Comments
 (0)