Skip to content

Commit

Permalink
Update src/py/flwr/client/rest_client/connection.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes authored Sep 11, 2023
1 parent ca6bf3e commit 2d9509d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/py/flwr/client/rest_client/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def delete_node() -> None:

def receive() -> Optional[TaskIns]:
"""Receive next task from server."""
# Serialize ProtoBuf to bytes
# Get Node
if node_store[KEY_NODE] is None:
log(ERROR, "Node instance missing")
Expand Down

0 comments on commit 2d9509d

Please sign in to comment.