Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Sep 19, 2024
1 parent 2ac0422 commit add6f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generators/ssz_static/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from eth2spec.debug import random_value, encode
from eth2spec.test.helpers.constants import TESTGEN_FORKS, MINIMAL, MAINNET
from eth2spec.test.context import spec_targets
from eth2spec.utils.ssz.ssz_typing import Container
from eth2spec.utils.ssz.ssz_typing import Container, Profile, StableContainer
from eth2spec.utils.ssz.ssz_impl import (
hash_tree_root,
serialize,
Expand Down

0 comments on commit add6f16

Please sign in to comment.