fixed linting errors

This commit is contained in:
aeltheos 2021-10-07 16:50:35 +02:00
parent ecc80b939d
commit 4ab42bf3de
4 changed files with 12 additions and 11 deletions

View file

@ -1,4 +1,5 @@
from django.urls import path
from .views import signup
urlpatterns = [
path('', signup, name='signup'),