diff --git a/requests/models.py b/requests/models.py index ea4d685d..08f3e321 100644 --- a/requests/models.py +++ b/requests/models.py @@ -341,7 +341,6 @@ class Response(object): #: Raw content of the response, in bytes. #: If ``content-encoding`` of response was set to ``gzip``, the #: response data will be automatically deflated. - self.content = None self._content = None #: Integer Code of responded HTTP Status. self.status_code = None