Pr failed permission error, troubleshooting

This commit is contained in:
Oguntunde Caleb 2023-05-12 16:40:29 +01:00
parent 2359ae86ac
commit 5b1894569b

View File

@ -435,7 +435,6 @@ class APIView(View):
self.check_permissions(request)
self.check_throttles(request)
def finalize_response(self, request, response, *args, **kwargs):
"""
Returns the final response object.