We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5c25e commit f311bb8Copy full SHA for f311bb8
1 file changed
packages/toolbox-langchain/src/toolbox_langchain/tools.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
from asyncio import to_thread
16
-from typing import Any, Callable, Union, Mapping, Sequence, Awaitable
+from typing import Any, Awaitable, Callable, Mapping, Sequence, Union
17
18
from deprecated import deprecated
19
from langchain_core.tools import BaseTool
0 commit comments