Skip to content

Commit 11f4718

Browse files
committed
chore: Delint
1 parent b4a0b54 commit 11f4718

File tree

1 file changed

+1
-1
lines changed
  • packages/toolbox-langchain/src/toolbox_langchain

1 file changed

+1
-1
lines changed

packages/toolbox-langchain/src/toolbox_langchain/tools.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
from asyncio import to_thread
16-
from typing import Any, Callable, Union, Mapping, Sequence, Awaitable
16+
from typing import Any, Awaitable, Callable, Mapping, Sequence, Union
1717

1818
from deprecated import deprecated
1919
from langchain_core.tools import BaseTool

0 commit comments

Comments
 (0)