wrong indent

This commit is contained in:
= 2025-01-12 11:20:05 -05:00
parent b12ddfdf92
commit ffde18e7de

View File

@ -1,4 +1,4 @@
from django.urls import path
from django.urls import path
from .views import UserRegistrationView, UserLoginView, UserLogoutView
urlpatterns = [