Skip to content

Commit 32622e0

Browse files
fix mypy
1 parent 0a1a1a4 commit 32622e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@ class Project(BaseProjectModel):
182182
model_config = ConfigDict(
183183
title="osparc-simcore project",
184184
extra="forbid",
185-
json_schema_extra=_patch_json_schema_extra, # type: ignore[typeddict-item]
185+
json_schema_extra=_patch_json_schema_extra,
186186
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,5 +246,5 @@ def convert_from_enum(cls, v):
246246

247247
model_config = ConfigDict(
248248
extra="forbid",
249-
json_schema_extra=_patch_json_schema_extra, # type: ignore[typeddict-item]
249+
json_schema_extra=_patch_json_schema_extra,
250250
)

0 commit comments

Comments
 (0)