From aaa3b575f81e92b3ad5a7b5abc06033f84dfa9ad Mon Sep 17 00:00:00 2001 From: jafermarq Date: Fri, 18 Oct 2024 12:47:46 +0200 Subject: [PATCH] format --- examples/flower-authentication/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/flower-authentication/README.md b/examples/flower-authentication/README.md index 41ea07dd7a4..d511182b119 100644 --- a/examples/flower-authentication/README.md +++ b/examples/flower-authentication/README.md @@ -133,7 +133,7 @@ above. Don't forget to specify the correct client private and public keys for ea > \[!TIP\] > Note the `--node-config` passed when spawning the `SuperNode` is accessible to the `ClientApp` via the context. In this example, the `client_fn()` uses it to load the dataset and then proceed with the training of the model. -> +> > ```python > def client_fn(context: Context): > # retrieve the passed `--node-config`