]> git.ipfire.org Git - thirdparty/httpx.git/commit
Set `__module__ = 'httpx'` on everything we expose via the public API. (#1155)
authorTom Christie <tom@tomchristie.com>
Tue, 11 Aug 2020 14:40:39 +0000 (15:40 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Aug 2020 14:40:39 +0000 (15:40 +0100)
commitc277fb816ad090306d58f1108293e387714fd438
tree3845d880eda2aedb5286aa1557e13a903416f2dc
parenta4463d044f370aef186f3c64bd79e236e4df9e2a
Set `__module__ = 'httpx'` on everything we expose via the public API. (#1155)

* Set __module__='httpx' on everything we expose via the public API

* Linting

* Update httpx/__init__.py

* Update httpx/__init__.py

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
httpx/__init__.py