mirror of https://github.com/m-labs/artiq.git
almazny: fix missing delay import
This commit is contained in:
parent
38e0d6b953
commit
41203df735
|
@ -1,4 +1,4 @@
|
||||||
from artiq.language.core import kernel, portable
|
from artiq.language.core import kernel, portable, delay
|
||||||
from artiq.language.units import us
|
from artiq.language.units import us
|
||||||
|
|
||||||
from numpy import int32
|
from numpy import int32
|
||||||
|
|
Loading…
Reference in New Issue