Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b2dd5e0

Browse files
RobertCraigiestainless-app[bot]
authored andcommittedJan 13, 2025
chore: export HttpxBinaryResponseContent class
1 parent 33e4085 commit b2dd5e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/openai/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
)
3434
from ._base_client import DefaultHttpxClient, DefaultAsyncHttpxClient
3535
from ._utils._logs import setup_logging as _setup_logging
36+
from ._legacy_response import HttpxBinaryResponseContent as HttpxBinaryResponseContent
3637

3738
__all__ = [
3839
"types",

0 commit comments

Comments
 (0)
Please sign in to comment.