Skip to content

Commit

Permalink
Add SizePartitioner to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Aug 30, 2024
1 parent e04f840 commit da8152b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datasets/flwr_datasets/partitioner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
from .partitioner import Partitioner
from .pathological_partitioner import PathologicalPartitioner
from .shard_partitioner import ShardPartitioner
from .size_partitioner import SizePartitioner
from .square_partitioner import SquarePartitioner

__all__ = [
Expand All @@ -42,5 +43,6 @@
"Partitioner",
"PathologicalPartitioner",
"ShardPartitioner",
"SizePartitioner",
"SquarePartitioner",
]

0 comments on commit da8152b

Please sign in to comment.