Skip to content

Commit 67613ab

Browse files
committed
lint
1 parent d81a53b commit 67613ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
import asyncio
1616
from asyncio import AbstractEventLoop
17-
from threading import Thread
1817
from inspect import Signature
18+
from threading import Thread
1919
from typing import Any, Callable, Coroutine, Mapping, Sequence, TypeVar, Union
2020

2121
from .protocol import ParameterSchema

0 commit comments

Comments
 (0)