Skip to content
Snippets Groups Projects
Commit 67f778da authored by Valentin Rigal's avatar Valentin Rigal
Browse files

Linting

parent dfb0a75b
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ from django.views.generic import RedirectView
from django_rq.queues import get_queue
from django_rq.settings import QUEUES
from rest_framework import status
from rest_framework.permissions import SAFE_METHODS
from rest_framework.exceptions import AuthenticationFailed, NotFound, PermissionDenied, ValidationError
from rest_framework.generics import (
CreateAPIView,
......@@ -27,6 +26,7 @@ from rest_framework.generics import (
RetrieveUpdateDestroyAPIView,
UpdateAPIView,
)
from rest_framework.permissions import SAFE_METHODS
from rest_framework.response import Response
from rest_framework.views import APIView
from rq.job import JobStatus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment