changing the import for mypy test

This commit is contained in:
maoake
2026-04-01 23:00:08 +02:00
parent 3e85cbe919
commit 4c1955ace4
5 changed files with 12 additions and 8 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
from ..mazegen import DepthFirstSearch, Kruskal
from ..mazegen import AStar, DepthFirstSearchSolver
from mazegen import DepthFirstSearch, Kruskal
from mazegen import AStar, DepthFirstSearchSolver
from typing import Any