Skip to content

Commit d2f76bd

Browse files
committed
PR feedback
1 parent 41a9439 commit d2f76bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/beacon/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def get_shuffling(*,
193193
slot: SlotNumber,
194194
epoch_length: int,
195195
target_committee_size: int,
196-
shard_count: int) -> Iterable[Iterable[ShardCommittee]]:
196+
shard_count: int) -> Iterable[Tuple[ShardCommittee]]:
197197
"""
198198
Return shuffled ``shard_committee_for_slots`` (``[[ShardCommittee]]``) of
199199
the given active ``validators`` using ``seed`` as entropy.

0 commit comments

Comments
 (0)