Skip to content

Commit 889401c

Browse files
committed
lint
1 parent 2085aef commit 889401c

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@
2323
Mapping,
2424
Optional,
2525
Sequence,
26+
Type,
2627
Union,
2728
cast,
28-
Type
2929
)
3030

3131
from aiohttp import ClientSession
3232
from pydantic import BaseModel, Field, create_model
33+
3334
from toolbox_core.protocol import ParameterSchema
3435

3536

0 commit comments

Comments
 (0)