fix lint + black formating + SITULITUPU

This commit is contained in:
2026-04-01 18:02:38 +02:00
parent a4d8f3fbfe
commit be997c5d17
6 changed files with 33 additions and 13 deletions
+2 -1
View File
@@ -309,7 +309,8 @@ class MazeMLX:
def draw_ft(
self, maze: NDArray[Any], color: list[Any] | None = None
) -> None:
"""Draw filled cells corresponding to the reserved fully walled pattern.
"""Draw filled cells corresponding to the reserved fully
walled pattern.
Args:
maze: Maze grid to inspect.