fix: drop some type fixme (#20344)

This commit is contained in:
yihong 2025-05-30 14:10:09 +08:00 committed by GitHub
commit 5a991295e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 43 additions and 45 deletions

View file

@ -816,7 +816,6 @@ class ParameterExtractorNode(LLMNode):
:param node_data: node data
:return:
"""
# FIXME: fix the type error later
variable_mapping: dict[str, Sequence[str]] = {"query": node_data.query}
if node_data.instruction: