Moves copy into SSZ container

This commit is contained in:
Carl Beekhuizen
2019-06-20 20:55:28 +02:00
parent 5f8edd6b55
commit c26fffc154
3 changed files with 7 additions and 6 deletions

View File

@@ -25,8 +25,6 @@ from dataclasses import (
field,
)
from copy import deepcopy
from eth2spec.utils.ssz.ssz_impl import (
hash_tree_root,
signing_root,
@@ -60,8 +58,6 @@ from dataclasses import (
field,
)
from copy import deepcopy
from eth2spec.utils.ssz.ssz_impl import (
hash_tree_root,
signing_root,