From 4392bbae224bcac972323a530057bcec00c60444 Mon Sep 17 00:00:00 2001 From: Nilesh Pant Date: Tue, 31 Oct 2023 12:30:11 +0530 Subject: [PATCH] minor dix --- apps/sage300/views.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/sage300/views.py b/apps/sage300/views.py index cb4c3263..e9dd506a 100644 --- a/apps/sage300/views.py +++ b/apps/sage300/views.py @@ -14,8 +14,6 @@ class ImportSage300AttributesView(generics.CreateAPIView): """ Import Sage300 Attributes View """ - authentication_classes = [] - permission_classes = [] serializer_class = ImportSage300AttributesSerializer