We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb1139 commit 4f32660Copy full SHA for 4f32660
packages/postgres-database/src/simcore_postgres_database/utils_projects_nodes.py
@@ -39,7 +39,7 @@ class ProjectNodeCreate:
39
required_resources: dict[str, Any] = field(default_factory=dict)
40
41
42
-PROJECT_NODE_CREATE_FIELD_NAMES_WO_NODE_ID: Final[tuple[str]] = tuple(
+PROJECT_NODE_CREATE_FIELD_NAMES_WO_NODE_ID: Final[tuple[str, ...]] = tuple(
43
f.name for f in fields(ProjectNodeCreate) if f.name != "node_id"
44
)
45
0 commit comments