Skip to content

Commit ed1a714

Browse files
committed
mypy
1 parent 8a9d11c commit ed1a714

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,13 @@ def composed_message(self) -> str:
9696
{
9797
"actual_value": 0.3,
9898
"total": 1.0,
99-
"message": ProgressStructuredMessage.model_config[
99+
"message": ProgressStructuredMessage.model_config[ # type: ignore [index]
100100
"json_schema_extra"
101-
]["examples"][
102-
2
103-
], # type: ignore [index]
101+
][
102+
"examples"
103+
][
104+
2 # type: ignore [index]
105+
],
104106
},
105107
]
106108
},

0 commit comments

Comments
 (0)