Skip to content

Commit 0011716

Browse files
committed
docs: Fix sync client close function docstring
1 parent 0275f83 commit 0011716

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/toolbox-core/src/toolbox_core/sync_client.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ def close(self):
6666
"""
6767
Synchronously closes the underlying client session. Doing so will cause
6868
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.
7369
"""
7470
coro = self.__async_client.close()
7571
asyncio.run_coroutine_threadsafe(coro, self.__loop).result()

0 commit comments

Comments
 (0)