chore: blacked

This commit is contained in:
2024-11-22 08:31:45 +01:00
parent f2854ddebf
commit 3deb6b0aa9
7 changed files with 81 additions and 28 deletions
+5 -2
View File
@@ -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