diff --git a/api/core/tools/tool_manager.py b/api/core/tools/tool_manager.py index c916bea5a9..4bafd506b9 100644 --- a/api/core/tools/tool_manager.py +++ b/api/core/tools/tool_manager.py @@ -4,7 +4,6 @@ import mimetypes from collections.abc import Generator from os import listdir, path from threading import Lock -from typing import TYPE_CHECKING, Any, Optional, Union, cast from typing import TYPE_CHECKING, Any, Literal, Optional, Union, cast from yarl import URL