Skip to content

Commit

Permalink
Update src/py/flwr/client/client_app.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel J. Beutel <[email protected]>
  • Loading branch information
jafermarq and danieljanes authored Jul 12, 2024
1 parent 0987dfa commit cd4df61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/client/client_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _inspect_maybe_adapt_client_fn_signature(client_fn: ClientFnExt) -> ClientFn
if len(client_fn_args) != 1 or client_fn_args[first_arg].annotation is not Context:
warn_deprecated_feature(
"`client_fn` now expects a signature `def client_fn(context: Context)`."
"\nYou provided `client_fn` with signature: "
"\The provided `client_fn` has signature: "
f"{dict(client_fn_args.items())}"
)

Expand Down

0 comments on commit cd4df61

Please sign in to comment.