Remove the default state given to members_to_groups

This commit is contained in:
Marc Di Luzio 2024-08-13 23:29:57 +01:00
parent d014b1a7fd
commit 87a0c8f4b6

View file

@ -166,7 +166,7 @@ def iterate_all_shifts(list: list):
def members_to_groups(matchees: list[Member], def members_to_groups(matchees: list[Member],
state: State = State(), state: State,
per_group: int = 3, per_group: int = 3,
allow_fallback: bool = False) -> list[list[Member]]: allow_fallback: bool = False) -> list[list[Member]]:
"""Generate the groups from the set of matchees""" """Generate the groups from the set of matchees"""