fix: sorted imports
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
from django.urls import path
|
||||
from users.api.v1.views import retrieve_update_me, change_password
|
||||
|
||||
from rest_framework_simplejwt.views import (
|
||||
token_refresh,
|
||||
token_obtain_pair,
|
||||
token_verify,
|
||||
)
|
||||
from rest_framework_simplejwt.views import (token_obtain_pair, token_refresh,
|
||||
token_verify)
|
||||
|
||||
from users.api.v1.views import change_password, retrieve_update_me
|
||||
|
||||
app_name = "auth"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user