Skip to content

Commit e86fe27

Browse files
fix: typecheck
1 parent ab0a810 commit e86fe27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/projects/_projects_repository_legacy_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ async def _get_workbench(
197197
exclude_fields = {"node_id", "required_resources", "created", "modified"}
198198
workbench: NodesDict = {}
199199

200-
project_nodes = await project_nodes_repo.list(connection)
200+
project_nodes = await project_nodes_repo.list(connection) # type: ignore
201201
for project_node in project_nodes:
202202
node_data = project_node.model_dump(
203203
exclude=exclude_fields, exclude_none=True, exclude_unset=True

0 commit comments

Comments
 (0)