From 19bdcaf2fdb99537f68689dc11426b2b9809037a Mon Sep 17 00:00:00 2001 From: mohsentaba Date: Tue, 7 Apr 2026 15:59:16 +0330 Subject: [PATCH] fix imports prod --- apps/course/views/lesson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/course/views/lesson.py b/apps/course/views/lesson.py index e4a0cdf..520586d 100644 --- a/apps/course/views/lesson.py +++ b/apps/course/views/lesson.py @@ -1,5 +1,5 @@ from rest_framework.generics import ListAPIView, RetrieveAPIView, GenericAPIView -from rest_framework.permissions import IsAuthenticated +from rest_framework.permissions import IsAuthenticated, AllowAny from rest_framework.authentication import TokenAuthentication from drf_yasg.utils import swagger_auto_schema