From 8982c8490d3d3cb3e17c9a3fcd8db4701d109391 Mon Sep 17 00:00:00 2001 From: Kaladaran Date: Fri, 17 May 2024 19:46:49 +0200 Subject: [PATCH] fix import... --- authentication/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/authentication/urls.py b/authentication/urls.py index 50c3df5..14f4880 100644 --- a/authentication/urls.py +++ b/authentication/urls.py @@ -1,4 +1,3 @@ -from . import views from django.urls import include, path from rest_framework import routers