Skip to content

Commit 63a39e8

Browse files
committed
revert
1 parent 93f894a commit 63a39e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/projects_nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class Node(BaseModel):
263263
] = DEFAULT_FACTORY
264264

265265
inputs_required: Annotated[
266-
list[InputID] | None,
266+
list[InputID],
267267
Field(
268268
default_factory=list,
269269
description="Defines inputs that are required in order to run the service",

0 commit comments

Comments
 (0)