Skip to content

Commit

Permalink
Change import order
Browse files Browse the repository at this point in the history
  • Loading branch information
karpetrosyan committed Dec 25, 2023
1 parent 88f2ab7 commit 897a5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpx/__init__.py
Expand Up @@ -2,7 +2,7 @@
from ._api import delete, get, head, options, patch, post, put, request, stream
from ._auth import Auth, BasicAuth, DigestAuth, NetRCAuth
from ._client import USE_CLIENT_DEFAULT, AsyncClient, Client
from ._config import Limits, Proxy, SSLContext, Timeout
from ._config import Limits, Proxy, Timeout, SSLContext
from ._content import ByteStream
from ._exceptions import (
CloseError,
Expand Down

0 comments on commit 897a5de

Please sign in to comment.