Remove half-finished sentence
This commit is contained in:
parent
9cf74580e9
commit
0e80937092
1 changed files with 0 additions and 1 deletions
|
@ -175,7 +175,6 @@ def members_to_groups(matchees: list[Member],
|
||||||
return []
|
return []
|
||||||
|
|
||||||
# Walk from the start of history until now trying to match up groups
|
# Walk from the start of history until now trying to match up groups
|
||||||
# Or if there's no
|
|
||||||
for oldest_relevant_datetime in st.get_history_timestamps() + [datetime.now()]:
|
for oldest_relevant_datetime in st.get_history_timestamps() + [datetime.now()]:
|
||||||
|
|
||||||
# Attempt with each starting matchee
|
# Attempt with each starting matchee
|
||||||
|
|
Loading…
Add table
Reference in a new issue