From 0150ab91d25300bf6307e26ddb56a9b11f236e51 Mon Sep 17 00:00:00 2001 From: Andreas Hellander Date: Thu, 9 Jan 2025 16:31:53 +0100 Subject: [PATCH] wip --- fedn/network/combiner/roundhandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedn/network/combiner/roundhandler.py b/fedn/network/combiner/roundhandler.py index 604a77244..dae885a1c 100644 --- a/fedn/network/combiner/roundhandler.py +++ b/fedn/network/combiner/roundhandler.py @@ -30,7 +30,7 @@ class RoundConfig(TypedDict): :type round_id: str :param round_timeout: The round timeout in seconds. Set by user interfaces or Controller. :type round_timeout: str - :param rounds: The number of rounds. Set by user interfaces. + :param rounds: The number of rounds. Set by user interfaces.w :param model_id: The model identifier. Set by user interfaces or Controller (get_latest_model). :type model_id: str :param model_version: The model version. Currently not used.