Remove redundant code in requests.py

This commit is contained in:
Tom Christie 2016-08-18 14:03:33 +01:00
parent 5f2fb69703
commit b3e0c45ca5

View File

@ -143,7 +143,6 @@ class Request(object):
self._full_data = Empty self._full_data = Empty
self._content_type = Empty self._content_type = Empty
self._stream = Empty self._stream = Empty
self.debug_plaintext_traceback = None
if self.parser_context is None: if self.parser_context is None:
self.parser_context = {} self.parser_context = {}