fix: oprava anotace

This commit is contained in:
David Spáčil
2026-06-27 17:29:41 +02:00
parent 7b0c9cadbb
commit c8a31ac6be
+1 -1
View File
@@ -203,7 +203,7 @@ def add_players() -> None:
else:
break
def to_sorted_tuple(d: dict[str, int], s: bool = True) -> tuple[list[tuple[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[str, int]] = []
if s: