fix(tests): use inventory store to interact with the inventory

This commit is contained in:
Johannes Kirschbauer
2025-05-23 21:46:35 +02:00
parent bb2955d9ad
commit de25fda5b3
3 changed files with 21 additions and 18 deletions

View File

@@ -229,7 +229,6 @@ def generate_dataclass(
if len(attr_path) == 0 and prop not in attrs:
field_def = field_name, "dict[str, Any]"
fields_with_default.append(field_def)
# breakpoint()
continue
prop_type = prop_info.get("type", None)