mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-03 14:24:24 +00:00
Fix linter error
This commit is contained in:
parent
0e94fc956b
commit
93aa7d6bee
@ -35,7 +35,7 @@ def get_generalized_index(ssz_class: Any, *path: PyUnion[int, SSZVariableName])
|
||||
|
||||
|
||||
def compute_merkle_proof(object: SSZObject,
|
||||
index: GeneralizedIndex) -> Sequence[Bytes32]:
|
||||
index: GeneralizedIndex) -> list[Bytes32]:
|
||||
return build_proof(object.get_backing(), index)'''
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user