mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
changing the import for mypy test
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user