mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 07:24:56 -05:00
lint
This commit is contained in:
@@ -16,7 +16,6 @@ from eth2spec.test.helpers.deposits import prepare_state_and_deposit
|
||||
from eth2spec.test.context import spec_state_test, with_all_phases
|
||||
|
||||
|
||||
|
||||
@with_all_phases
|
||||
@spec_state_test
|
||||
def test_empty_block_transition(spec, state):
|
||||
@@ -257,7 +256,6 @@ def test_attestation(spec, state):
|
||||
sign_block(spec, state, epoch_block)
|
||||
state_transition_and_sign_block(spec, state, epoch_block)
|
||||
|
||||
|
||||
yield 'blocks', [attestation_block, epoch_block], List[spec.BeaconBlock]
|
||||
yield 'post', state
|
||||
|
||||
|
||||
Reference in New Issue
Block a user