remo unused '_id' from json

This commit is contained in:
Jakub Trllo 2024-02-27 09:43:06 +01:00
parent 23858a8cab
commit 4fc80a22a4

View file

@ -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: