Skip to content

Commit

Permalink
Update src/py/flwr/client/supernode/nodestate/in_memory_nodestate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes authored Nov 6, 2024
1 parent ef39844 commit f3e65a4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class InMemoryNodeState(NodeState):
"""In-memory NodeState implementation."""

def __init__(self) -> None:

# Map run_id to node_id
self.node_id: int

Expand Down

0 comments on commit f3e65a4

Please sign in to comment.