mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 15:45:07 -05:00
Moves copy into SSZ container
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user