diff --git a/pathfinding3d/core/node.py b/pathfinding3d/core/node.py index 29b42fc..cad08f5 100644 --- a/pathfinding3d/core/node.py +++ b/pathfinding3d/core/node.py @@ -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