Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use threading.local for httpx exceptions
I wasn't really aware of threading.local before. This is a bit simpler, has no (obvious) locking, and so I suspect maybe a touch more performant (although I've not measured it)
- Loading branch information