We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17473dd commit 5844216Copy full SHA for 5844216
1 file changed
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 import (
@@ -228,4 +228,4 @@ async def consume(
228
229
@abstractmethod
230
async def close(self) -> None:
231
- """Closes the client and releases any underlying resources."""
+ """Closes the client and releases any underlying resources."""
0 commit comments