We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0275f83 commit 0011716Copy full SHA for 0011716
packages/toolbox-core/src/toolbox_core/sync_client.py
@@ -66,10 +66,6 @@ def close(self):
66
"""
67
Synchronously closes the underlying client session. Doing so will cause
68
any tools created by this Client to cease to function.
69
-
70
- If the session was provided externally during initialization, the caller
71
- is responsible for its lifecycle, but calling close here will still
72
- attempt to close it.
73
74
coro = self.__async_client.close()
75
asyncio.run_coroutine_threadsafe(coro, self.__loop).result()
0 commit comments