Skip to content

Commit

Permalink
Update _config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Mar 1, 2024
1 parent 93ca75f commit 2b7cf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpx/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from ._types import CertTypes, HeaderTypes, TimeoutTypes, URLTypes, VerifyTypes
from ._urls import URL

__all__ = ["Limits", "Proxy", "Timeout", "SSLContext"]
__all__ = ["Limits", "Proxy", "SSLContext", "Timeout"]

DEFAULT_CIPHERS = ":".join(
[
Expand Down

0 comments on commit 2b7cf9e

Please sign in to comment.