Skip to content

Commit 270f245

Browse files
committed
docs: Improve client class comment
1 parent 0011716 commit 270f245

File tree

1 file changed

+2
-1
lines changed
  • packages/toolbox-core/src/toolbox_core

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ class ToolboxClient:
2828
An asynchronous client for interacting with a Toolbox service.
2929
3030
Provides methods to discover and load tools defined by a remote Toolbox
31-
service endpoint. It manages an underlying `aiohttp.ClientSession`.
31+
service endpoint. It manages an underlying `aiohttp.ClientSession`, if one
32+
is not provided.
3233
"""
3334

3435
__base_url: str

0 commit comments

Comments
 (0)