diff --git a/src/py/flwr/cli/run/run.py b/src/py/flwr/cli/run/run.py index b971a0312cd4..4722effee53d 100644 --- a/src/py/flwr/cli/run/run.py +++ b/src/py/flwr/cli/run/run.py @@ -133,6 +133,7 @@ def run( _run_without_superexec(app, federation_config, config_overrides, federation) +# pylint: disable=too-many-locals def _run_with_superexec( app: Path, federation_config: dict[str, Any],