]> git.ipfire.org Git - thirdparty/httpx.git/commit
Make 'request' non-optional on responses (#666)
authorFlorimond Manca <florimond.manca@gmail.com>
Sat, 21 Dec 2019 14:38:25 +0000 (15:38 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Dec 2019 14:38:25 +0000 (15:38 +0100)
commit56c8edaf666d55264aedeed65ffa9eee5246869b
treed39393d8f1bee000e7f62c95b54cda632b5d8795
parent9e88f2e2fbbf6a631501c181b7e21f4cf0d6d5c5
Make 'request' non-optional on responses (#666)

* Make 'request' non-optional on Response

* Lint

* Remove remaining mention to null request
httpx/models.py
tests/dispatch/test_http2.py
tests/models/test_responses.py
tests/test_decoders.py
tests/test_multipart.py