Skip to content

Commit ec2fe41

Browse files
committed
lint
1 parent 46884a3 commit ec2fe41

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,12 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import copy
1615
import asyncio
1716
from asyncio import AbstractEventLoop
18-
from inspect import Signature
1917
from threading import Thread
20-
from typing import Any, Callable, Mapping, TypeVar, Union, Sequence, Coroutine
18+
from typing import Any, Callable, Coroutine, Mapping, Sequence, TypeVar, Union
2119

2220
from .protocol import ParameterSchema
23-
24-
2521
from .tool import ToolboxTool
2622

2723
T = TypeVar("T")

0 commit comments

Comments
 (0)