Skip to content

Commit

Permalink
Fixing import that ruff removed
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Nov 15, 2024
1 parent 1dffaad commit cf98a00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mazelib/generate/MazeGenAlgo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import abc

# ruff: noqa: F401
import numpy as np
from numpy.random import shuffle


Expand Down

0 comments on commit cf98a00

Please sign in to comment.