mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-28 16:04:35 +02:00
fix some mypy need to fix for the others
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from src.amaz_lib.MazeGenerator import DepthFirstSearch, Kruskal
|
||||
from src.amaz_lib.MazeSolver import AStar, DepthFirstSearchSolver
|
||||
from ..amaz_lib import DepthFirstSearch, Kruskal
|
||||
from ..amaz_lib import AStar, DepthFirstSearchSolver
|
||||
from typing import Any
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user