Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
67f778da
Commit
67f778da
authored
4 years ago
by
Valentin Rigal
Browse files
Options
Downloads
Patches
Plain Diff
Linting
parent
dfb0a75b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arkindex/users/api.py
+1
-1
1 addition, 1 deletion
arkindex/users/api.py
with
1 addition
and
1 deletion
arkindex/users/api.py
+
1
−
1
View file @
67f778da
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment