Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Jan 16, 2024
1 parent d28a710 commit bb90fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datasets/flwr_datasets/partitioner/shard_partitioner.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class ShardPartitioner(Partitioner): # pylint: disable=R0902
>>> print(sorted(partition_sizes))
[5550, 5940, 5940, 5940, 5940, 5940, 5940, 5940, 5940, 6930]
"""

def __init__( # pylint: disable=R0913
self,
num_partitions: int,
Expand Down

0 comments on commit bb90fd9

Please sign in to comment.