fix: oprava anotace to_sorted_tuple()

This commit is contained in:
David Spáčil
2026-06-27 18:47:54 +02:00
parent 69b30552cb
commit db3f71592c
+2 -2
View File
@@ -211,8 +211,8 @@ def add_players() -> None:
else:
break
def to_sorted_tuple(d: dict[str, int], s: bool = True) -> (tuple[list[tuple[int, str, int]],
dict[str, int]]):
def to_sorted_tuple(d: dict[str, int], s: bool = True) -> tuple[list[tuple[int, str, int]],
dict[str, int]]:
L: list[tuple[int, str, int]] = []
if s: