]> git.ipfire.org Git - thirdparty/httpx.git/commit
Make timeout parameter None-able & cleanup __all__. (#704)
authorJoe <10510431+j178@users.noreply.github.com>
Wed, 1 Jan 2020 13:45:38 +0000 (21:45 +0800)
committerTom Christie <tom@tomchristie.com>
Wed, 1 Jan 2020 13:45:38 +0000 (13:45 +0000)
commitf5d4bb80742445804d4bd7d686395c0d8648ca86
tree24435eb75b0f183e35975012eb1e0c05075e4a8e
parentc0504803876c4eb3363bda5b87408da71349325f
Make timeout parameter None-able & cleanup __all__. (#704)

* Timeout type annotation includes `None`.
* Cleanup `__all__` exports.
httpx/__init__.py
httpx/config.py
httpx/models.py