From 11d176adcc1d3af620aeb551af7d799fe5dc9ef9 Mon Sep 17 00:00:00 2001 From: Alexandr Karpov Date: Wed, 11 Jan 2023 13:48:55 +0300 Subject: [PATCH] fixed router --- config/api_router.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/api_router.py b/config/api_router.py index a994ffe..41db4ce 100644 --- a/config/api_router.py +++ b/config/api_router.py @@ -1,9 +1,7 @@ from django.urls import include, path from rest_framework.authtoken.views import obtain_auth_token -from akarpov.users.api.views import ( - UserRegisterViewSet, -) +from akarpov.users.api.views import UserRegisterViewSet urlpatterns_v1 = [ path(