Skip to content

Commit add6f16

Browse files
committed
Fix import
1 parent 2ac0422 commit add6f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/generators/ssz_static/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from eth2spec.debug import random_value, encode
88
from eth2spec.test.helpers.constants import TESTGEN_FORKS, MINIMAL, MAINNET
99
from eth2spec.test.context import spec_targets
10-
from eth2spec.utils.ssz.ssz_typing import Container
10+
from eth2spec.utils.ssz.ssz_typing import Container, Profile, StableContainer
1111
from eth2spec.utils.ssz.ssz_impl import (
1212
hash_tree_root,
1313
serialize,

0 commit comments

Comments
 (0)