Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julien Veyssier
funkwhale
Commits
9427f8b5
Verified
Commit
9427f8b5
authored
Jun 10, 2018
by
Eliot Berriot
Browse files
See #297: removed unused imports
parent
639882bd
Changes
82
Hide whitespace changes
Inline
Side-by-side
api/tests/users/test_jwt.py
View file @
9427f8b5
...
...
@@ -3,7 +3,6 @@ import pytest
from
jwt.exceptions
import
DecodeError
from
rest_framework_jwt.settings
import
api_settings
from
funkwhale_api.users.models
import
User
def
test_can_invalidate_token_when_changing_user_secret_key
(
factories
):
...
...
api/tests/users/test_views.py
View file @
9427f8b5
import
pytest
from
django.test
import
RequestFactory
from
django.urls
import
reverse
from
funkwhale_api.users.models
import
User
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment