Skip to content

Commit

Permalink
Format file
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Apr 10, 2024
1 parent 7f35989 commit 446c46d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/py/flwr/client/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,9 @@ def _on_backoff(retry_state: RetryState) -> None:
node_state.register_context(run_id=message.metadata.run_id)

# Retrieve context for this run
context = node_state.retrieve_context(run_id=message.metadata.run_id)
context = node_state.retrieve_context(
run_id=message.metadata.run_id
)

# Create an error reply message that will never be used to prevent
# the used-before-assignment linting error
Expand Down

0 comments on commit 446c46d

Please sign in to comment.