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
+1 -1
View File
@@ -2,7 +2,7 @@ from abc import ABC, abstractmethod
from typing import Generator, Any
import numpy as np
from numpy.typing import NDArray
from mazegen import Cell
from mazegen.Cell import Cell
import math
import random