Skip to content

utils: Remove Serializable.__deepcopy__

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr7 into next

Since it had a missing parameter and no implementation on super(), just remove it. We can revisit that if state lost during serialization is not acceptable when doing deep copies.

Merge request reports