mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remo unused '_id' from json
This commit is contained in:
parent
23858a8cab
commit
4fc80a22a4
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ class IntegrateAnimation(
|
|||
obj_id = rep["representation"]["_id"]
|
||||
|
||||
if obj_id:
|
||||
json_dict["_id"] = str(obj_id)
|
||||
json_dict["representation_id"] = str(obj_id)
|
||||
|
||||
with open(json_path, "w") as file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue