From c8a31ac6beb2575cc33e291ceaa66bc3e55c9338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sp=C3=A1=C4=8Dil?= Date: Sat, 27 Jun 2026 17:29:41 +0200 Subject: [PATCH] fix: oprava anotace --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ff64593..d103c9d 100644 --- a/main.py +++ b/main.py @@ -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: