Skip to content

Commit dd1fda7

Browse files
authored
forkchoice tests: rm unused imports (leanEthereum#176)
1 parent 80212c6 commit dd1fda7

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/consensus/devnet/fc/test_attestation_processing.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,12 @@
33
import pytest
44
from consensus_testing import (
55
AttestationCheck,
6-
AttestationStep,
76
BlockSpec,
87
BlockStep,
98
ForkChoiceTestFiller,
109
StoreChecks,
1110
)
1211

13-
from lean_spec.subspecs.containers import (
14-
Attestation,
15-
AttestationData,
16-
Checkpoint,
17-
SignedAttestation,
18-
)
1912
from lean_spec.subspecs.containers.slot import Slot
2013
from lean_spec.types import ValidatorIndex
2114

0 commit comments

Comments
 (0)