formatting fix (#899)

This commit is contained in:
Alex Stokes 2019-04-12 18:56:55 +10:00 committed by Justin
parent f62fbf59fd
commit b966041ddb
1 changed files with 1 additions and 1 deletions

View File

@ -1039,7 +1039,7 @@ def verify_merkle_branch(leaf: Bytes32, proof: List[Bytes32], depth: int, index:
```python
def get_crosslink_committee_for_attestation(state: BeaconState,
attestation_data: AttestationData) -> List[ValidatorIndex]:
attestation_data: AttestationData) -> List[ValidatorIndex]:
"""
Return the crosslink committee corresponding to ``attestation_data``.
"""