Skip to content

Commit 10c9bff

Browse files
committed
chore: Remove unnecessary import
1 parent 335c607 commit 10c9bff

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
import copy
16-
from inspect import Signature, Parameter
16+
from inspect import Signature
1717
from types import MappingProxyType
1818
from typing import Any, Awaitable, Callable, Mapping, Optional, Sequence, Union
1919
from warnings import warn

0 commit comments

Comments
 (0)