inventory/api: prepare list merging

This commit is contained in:
Johannes Kirschbauer
2024-12-05 17:43:35 +01:00
parent cb329900d9
commit 2d807c69e2
3 changed files with 74 additions and 14 deletions

View File

@@ -319,5 +319,4 @@ def from_dict(
msg = f"{data} is not a dict. Expected {t}"
raise ClanError(msg)
return construct_dataclass(t, data, path) # type: ignore
# breakpoint()
return construct_value(t, data, path)