fix: sorted imports

This commit is contained in:
2024-11-22 08:30:26 +01:00
parent 8783404570
commit f2854ddebf
42 changed files with 100 additions and 146 deletions
+3 -7
View File
@@ -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"