Skip to content

Commit

Permalink
Fix exposing TransportApiResponse (#161) (#168)
Browse files Browse the repository at this point in the history
* Fix exposing TransportApiResponse

* Remove forgotten mention of NodeApiResponse

(cherry picked from commit cbe7242)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
  • Loading branch information
github-actions[bot] and pquentin authored May 28, 2024
1 parent 7b62fec commit 7205343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elastic_transport/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
TextSerializer,
)
from ._transport import Transport as Transport
from ._transport import TransportApiResponse
from ._utils import fixup_module_metadata
from ._version import __version__ as __version__ # noqa

Expand Down Expand Up @@ -94,6 +95,7 @@
"TextSerializer",
"TlsError",
"Transport",
"TransportApiResponse",
"TransportError",
"TransportWarning",
"Urllib3HttpNode",
Expand Down

0 comments on commit 7205343

Please sign in to comment.