Skip to content

Commit

Permalink
Update node.py
Browse files Browse the repository at this point in the history
  • Loading branch information
harisankar95 committed Mar 21, 2024
1 parent 3e44155 commit 84ca681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pathfinding3d/core/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ class GridNode(Node):
The weight of the node.
grid_id : Optional[int]
The id of the grid this node belongs to.
connections : Optional[List]
The connections of this node.
connections : List[GridNode]
The nodes this node is connected to.
"""

# Coordinates
Expand Down

0 comments on commit 84ca681

Please sign in to comment.