Formatted tools

This commit is contained in:
Sven Heidemann 2023-03-20 14:39:23 +01:00
parent 468ebb5f79
commit 818163cbed

View File

@ -46,7 +46,6 @@ def main():
groups[user].extend(ujvcs.where(lambda x: x.UserId == user))
for group in groups:
values: List[UserJoinedVoiceChannel] = groups[group]
def find_overlaps(x: UserJoinedVoiceChannel) -> bool: