Commit b7b8cd11 by Tom Christie

Wrap more cleanly

parent a5213d40
...@@ -201,7 +201,8 @@ class APIView(_View): ...@@ -201,7 +201,8 @@ class APIView(_View):
""" """
Returns the initial request object. Returns the initial request object.
""" """
return Request(request, parser_classes=self.parser_classes, authentication_classes=self.authentication_classes) return Request(request, parser_classes=self.parser_classes,
authentication_classes=self.authentication_classes)
def finalize_response(self, request, response, *args, **kwargs): def finalize_response(self, request, response, *args, **kwargs):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment