feat(oauth): clean up imports and streamline OAuth client parameter retrieval

This commit is contained in:
Harry
2025-07-11 13:51:31 +08:00
parent f3bbab0eed
commit 545c21b196
2 changed files with 3 additions and 7 deletions

View File

@ -46,7 +46,7 @@ from core.tools.entities.tool_entities import (
ToolParameter,
ToolProviderType,
)
from core.tools.errors import ToolNotFoundError, ToolProviderNotFoundError
from core.tools.errors import ToolProviderNotFoundError
from core.tools.tool_label_manager import ToolLabelManager
from core.tools.utils.configuration import (
ToolParameterConfigurationManager,