remove import

This commit is contained in:
wh1te909 2021-01-16 09:39:15 +00:00
parent 91dba291ac
commit 77b32ba360
1 changed files with 0 additions and 2 deletions

View File

@ -259,8 +259,6 @@ class CheckRunner(APIView):
return Response(ret)
def patch(self, request):
from logs.models import AuditLog
check = get_object_or_404(Check, pk=request.data["id"])
check.last_run = djangotime.now()
check.save(update_fields=["last_run"])