chore(api): improve type hints for BaseNode and its subclasses (#15826)
This commit is contained in:
parent
5646442931
commit
23ed3a520b
4 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ from core.workflow.nodes.loop.entities import LoopStartNodeData
|
|||
from models.workflow import WorkflowNodeExecutionStatus
|
||||
|
||||
|
||||
class LoopStartNode(BaseNode):
|
||||
class LoopStartNode(BaseNode[LoopStartNodeData]):
|
||||
"""
|
||||
Loop Start Node.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue