remove extra key

This commit is contained in:
Xuwznln
2025-10-23 11:37:26 +08:00
parent 7f0b33b3e3
commit a45d841769

View File

@@ -535,6 +535,7 @@ def resource_ulab_to_plr(resource: dict, plr_model=False) -> "ResourcePLR":
def resource_ulab_to_plr_inner(resource: dict):
all_states[resource["name"]] = resource["data"]
extra = resource.pop("extra", {})
d = {
"name": resource["name"],
"type": resource["type"],