Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
djrtwo committed Jun 14, 2019
1 parent c391017 commit f834f72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test_libs/pyspec/eth2spec/test/sanity/test_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from eth2spec.test.context import spec_state_test, with_all_phases



@with_all_phases
@spec_state_test
def test_empty_block_transition(spec, state):
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f834f72

Please sign in to comment.