Skip to content

Commit 7737c84

Browse files
committed
lint
1 parent fad580a commit 7737c84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class ToolboxSyncClient:
3232
service endpoint, returning synchronous tool wrappers (`SyncToolboxTool`).
3333
It manages an underlying asynchronous `ToolboxClient`.
3434
"""
35+
3536
__session: Optional[ClientSession] = None
3637
__loop: Optional[asyncio.AbstractEventLoop] = None
3738
__thread: Optional[Thread] = None

0 commit comments

Comments
 (0)