Skip to content

Commit 57843e9

Browse files
committed
fix imports
1 parent 1260987 commit 57843e9

File tree

1 file changed

+2
-2
lines changed
  • packages/toolbox-core/src/toolbox_core

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515

1616
import asyncio
17+
import copy
1718
import types
18-
from inspect import Parameter, Signature
19+
from inspect import Signature
1920
from typing import (
2021
Any,
2122
Callable,
2223
Iterable,
2324
Mapping,
2425
Optional,
25-
Sequence,
2626
Union,
2727
)
2828

0 commit comments

Comments
 (0)