fix closures attempting to unconditionally import numpy
This commit is contained in:
parent
4a77d42a04
commit
e4a26db773
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
from .closures import *
|
||||
from .colors import *
|
||||
from .math import *
|
||||
from .prog80 import prog
|
||||
|
@ -10,4 +9,5 @@ try:
|
|||
except ModuleNotFoundError:
|
||||
pass
|
||||
else:
|
||||
from .closures import *
|
||||
from .utils_np import *
|
||||
|
|
Loading…
Reference in a new issue