Skip to content

Commit f2b4fa3

Browse files
committed
chore: Remove unused imports
1 parent e41cceb commit f2b4fa3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/toolbox-core/tests/test_sync_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515

1616
import inspect
17-
from asyncio import AbstractEventLoop
18-
from threading import Thread
1917
from typing import Any, Callable, Generator, Mapping, Optional
2018
from unittest.mock import AsyncMock, Mock, patch
2119

@@ -26,7 +24,6 @@
2624
from toolbox_core.protocol import ManifestSchema, ParameterSchema, ToolSchema
2725
from toolbox_core.sync_client import ToolboxSyncClient
2826
from toolbox_core.sync_tool import ToolboxSyncTool
29-
from toolbox_core.tool import ToolboxTool
3027

3128
TEST_BASE_URL = "http://toolbox.example.com"
3229

0 commit comments

Comments
 (0)