From b1eda06fa5fcd5487ea94caa4b7e3ef48416b46b Mon Sep 17 00:00:00 2001 From: maoake Date: Tue, 31 Mar 2026 22:01:45 +0200 Subject: [PATCH] fixing flake8 --- tests/test_Cell.py | 1 - tests/test_MazeSolver.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_Cell.py b/tests/test_Cell.py index 9f37042..7b0561a 100644 --- a/tests/test_Cell.py +++ b/tests/test_Cell.py @@ -1,4 +1,3 @@ -import pytest from amaz_lib.Cell import Cell diff --git a/tests/test_MazeSolver.py b/tests/test_MazeSolver.py index b8f2f4c..4ec0061 100644 --- a/tests/test_MazeSolver.py +++ b/tests/test_MazeSolver.py @@ -1,6 +1,6 @@ from amaz_lib.Cell import Cell import numpy as np -from amaz_lib import AStar, Maze, MazeSolver +from amaz_lib import AStar, Maze def test_solver() -> None: