Skip to content

Commit cb7df93

Browse files
committed
fix unsused imports
1 parent c69e50f commit cb7df93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_block_processor.nim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ import
1515
taskpools,
1616
../beacon_chain/conf,
1717
../beacon_chain/spec/[
18-
beaconstate, forks, helpers,
19-
peerdas_helpers, state_transition],
18+
beaconstate, forks, helpers, state_transition],
2019
../beacon_chain/spec/datatypes/[deneb, fulu],
2120
../beacon_chain/gossip_processing/block_processor,
2221
../beacon_chain/consensus_object_pools/[

0 commit comments

Comments
 (0)