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 4b450da commit 6d2d31dCopy full SHA for 6d2d31d
src/power_grid_model_io/data_stores/json_file_store.py
@@ -105,5 +105,5 @@ def _validate(self, data: StructuredData) -> None:
105
if len(type_names) == 1:
106
type_str = type_names.pop()
107
else:
108
- type_str = type_str = " | ".join(type_names)
+ type_str = " | ".join(type_names)
109
raise TypeError(f"Invalid data type for {type(self).__name__}: List[{type_str}]")
0 commit comments