Fix conflict

This commit is contained in:
Hsiao-Wei Wang 2024-01-19 18:09:30 +08:00
parent 696d443f0a
commit 2cc7c8798d
No known key found for this signature in database
GPG Key ID: AE3D6B174F971DE4
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
from eth2spec.test.context import (
MAINNET,
spec_test,
single_phase,
with_eip7594_and_later,
with_phases,
)
from eth2spec.test.helpers.constants import (
MAINNET,
)
@with_eip7594_and_later