mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-29 00:14:34 +02:00
fix some mypy need to fix for the others
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ from typing import Generator
|
||||
from typing_extensions import Self
|
||||
from pydantic import BaseModel, Field, model_validator, ConfigDict
|
||||
|
||||
from src.amaz_lib import Maze, MazeGenerator, MazeSolver
|
||||
from .amaz_lib import Maze, MazeGenerator, MazeSolver
|
||||
|
||||
|
||||
class AMazeIng(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user