We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5b953 commit e29ec70Copy full SHA for e29ec70
src/a2a/client/client.py
@@ -6,10 +6,10 @@
6
from types import TracebackType
7
from typing import Any
8
9
-from typing_extensions import Self
10
-
11
import httpx
12
+from typing_extensions import Self
+
13
from a2a.client.middleware import ClientCallContext, ClientCallInterceptor
14
from a2a.client.optionals import Channel
15
from a2a.types.a2a_pb2 import (
@@ -236,4 +236,4 @@ async def consume(
236
237
@abstractmethod
238
async def close(self) -> None:
239
- """Closes the client and releases any underlying resources."""
+ """Closes the client and releases any underlying resources."""
0 commit comments