Skip to content

Commit

Permalink
Quick fix of remaining linter errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauddupuis committed Oct 20, 2020
1 parent 97fd9c7 commit 58f1532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pygamelib/actuators.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,8 @@ def __find_path_astar(self):
queue = PriorityQueue()

# queue stores a tuple with values:
# h - heuristic value = depth + manhattan distance from current node to destination
# h - heuristic value = depth + manhattan distance from current node to
# destination
# type(h) = int
# path - path to reach current node from start node
# type(path) = list
Expand Down

0 comments on commit 58f1532

Please sign in to comment.