Skip to content

Commit 84ca681

Browse files
committed
Update node.py
1 parent 3e44155 commit 84ca681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pathfinding3d/core/node.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ class GridNode(Node):
8080
The weight of the node.
8181
grid_id : Optional[int]
8282
The id of the grid this node belongs to.
83-
connections : Optional[List]
84-
The connections of this node.
83+
connections : List[GridNode]
84+
The nodes this node is connected to.
8585
"""
8686

8787
# Coordinates

0 commit comments

Comments
 (0)