mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-07 13:54:47 +03:00
Remove redundant code in requests.py
This commit is contained in:
parent
5f2fb69703
commit
b3e0c45ca5
|
@ -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 = {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user