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 2d9509d commit e98b1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/py/flwr/client/rest_client/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def http_request_response(

# Necessary state to link TaskRes to TaskIns
state: Dict[str, Optional[TaskIns]] = {KEY_TASK_INS: None}

# Enable create_node and delete_node to store node
node_store: Dict[str, Optional[Node]] = {KEY_NODE: None}

Expand Down

0 comments on commit e98b1fa

Please sign in to comment.