Skip to content
Snippets Groups Projects
Commit f6ac5016 authored by Jonas Braathen's avatar Jonas Braathen
Browse files

Remove a comment about AutoSchema, as it's no longer used

parent ac032ba2
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,6 @@ class PersonRoleViewSet(viewsets.ModelViewSet):
def get_queryset(self):
qs = self.queryset
# parameters may be None during AutoSchema inspection and generation
if not self.kwargs:
return qs.none()
person_id = self.kwargs["person_id"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment