Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wmeints committed Apr 6, 2024
1 parent d74264b commit 84d86bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contrib/test_simplejwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

try:
from rest_framework_simplejwt.authentication import (
JWTAuthentication, JWTTokenUserAuthentication, JWTStatelessUserAuthentication
JWTAuthentication, JWTStatelessUserAuthentication, JWTTokenUserAuthentication
)
from rest_framework_simplejwt.views import (
TokenObtainPairView, TokenObtainSlidingView, TokenRefreshView, TokenVerifyView,
Expand Down

0 comments on commit 84d86bd

Please sign in to comment.