From 84ca681f91f18ee25c4973b57fb669ae1738d153 Mon Sep 17 00:00:00 2001 From: Hari Date: Thu, 21 Mar 2024 12:11:15 +0100 Subject: [PATCH] Update node.py --- pathfinding3d/core/node.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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