Skip to content

Commit 2098cc9

Browse files
committed
chore: Remove unused imports from sync_client.py
1 parent bdc79ab commit 2098cc9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414

1515
import asyncio
1616
from threading import Thread
17-
from typing import Any, Awaitable, Callable, Mapping, Optional, TypeVar, Union
18-
19-
from aiohttp import ClientSession
17+
from typing import Any, Callable, Mapping, Optional, TypeVar, Union
2018

2119
from .client import ToolboxClient
2220
from .sync_tool import ToolboxSyncTool

0 commit comments

Comments
 (0)