Remove the default state given to members_to_groups
This commit is contained in:
parent
d014b1a7fd
commit
87a0c8f4b6
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ def iterate_all_shifts(list: list):
|
|||
|
||||
|
||||
def members_to_groups(matchees: list[Member],
|
||||
state: State = State(),
|
||||
state: State,
|
||||
per_group: int = 3,
|
||||
allow_fallback: bool = False) -> list[list[Member]]:
|
||||
"""Generate the groups from the set of matchees"""
|
||||
|
|
Loading…
Add table
Reference in a new issue