Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng committed Nov 6, 2024
1 parent 9c0f2d5 commit b9bf5bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class InMemoryNodeState(NodeState):
def __init__(self) -> None:

# Map run_id to node_id
self.node_id: int = None
self.node_id: int

def set_node_id(self, node_id: int) -> None:
"""Set the node ID."""
Expand Down

0 comments on commit b9bf5bf

Please sign in to comment.