Skip to content

Commit

Permalink
Fix pyspec/tests/helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Apr 18, 2019
1 parent cae5c22 commit 964b4d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test_libs/pyspec/tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
get_active_validator_indices,
get_attesting_indices,
get_block_root,
get_crosslink_committee_for_attestation,
get_crosslink_committees_at_slot,
get_current_epoch,
get_domain,
get_empty_block,
Expand Down Expand Up @@ -276,8 +276,7 @@ def get_valid_attester_slashing(state):
)


def get_crosslink_committee_for_attestation(state: BeaconState,
attestation_data: AttestationData) -> List[ValidatorIndex]:
def get_crosslink_committee_for_attestation(state, attestation_data):
"""
Return the crosslink committee corresponding to ``attestation_data``.
"""
Expand Down

0 comments on commit 964b4d3

Please sign in to comment.