Merge "Improve linting for third-party middleware"
This commit is contained in:
commit
551e2541c3
@ -1086,6 +1086,7 @@ class Response(object):
|
||||
content_range = _header_property('content-range')
|
||||
etag = _resp_etag_property()
|
||||
status = _resp_status_property()
|
||||
status_int = None
|
||||
body = _resp_body_property()
|
||||
host_url = _host_url_property()
|
||||
last_modified = _datetime_property('last-modified')
|
||||
|
Loading…
x
Reference in New Issue
Block a user