Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 committed Nov 3, 2023
1 parent 84f437a commit 893187a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/workspaces/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ class ImportSettingView(generics.CreateAPIView, generics.RetrieveAPIView):
"""
serializer_class = ImportSettingsSerializer
lookup_field = 'workspace_id'
authentication_classes = []
permission_classes = []

queryset = ImportSetting.objects.all()

Expand Down

0 comments on commit 893187a

Please sign in to comment.