Skip to content

Commit 4f32660

Browse files
committed
types
1 parent adb1139 commit 4f32660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/postgres-database/src/simcore_postgres_database/utils_projects_nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ProjectNodeCreate:
3939
required_resources: dict[str, Any] = field(default_factory=dict)
4040

4141

42-
PROJECT_NODE_CREATE_FIELD_NAMES_WO_NODE_ID: Final[tuple[str]] = tuple(
42+
PROJECT_NODE_CREATE_FIELD_NAMES_WO_NODE_ID: Final[tuple[str, ...]] = tuple(
4343
f.name for f in fields(ProjectNodeCreate) if f.name != "node_id"
4444
)
4545

0 commit comments

Comments
 (0)