chore: blacked
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
from django.urls import path
|
||||
from rest_framework_simplejwt.views import (token_obtain_pair, token_refresh,
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user