Skip to content

Commit dd77ada

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 42e9948 commit dd77ada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

searches/breadth_first_search_maze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
]
466466

467467
<<<<<<< HEAD
468-
def print_maze(maze: list[list[str]], stdscr: curses.window, visited: set[tuple[int, int]], path: list[tuple[int, int]] = []) -> None:
468+
def print_maze(maze: list[list[str]], stdscr: curses.window, visited: set[tuple[int, int]], path: list[tuple[int, int]] = []) -> None:
469469
=======
470470

471471
def print_maze(

0 commit comments

Comments
 (0)