1
0
forked from M-Labs/artiq

almazny: fix missing delay import

This commit is contained in:
Simon Renblad 2024-09-13 13:24:11 +08:00 committed by Sébastien Bourdeauducq
parent 0ac9e77dc3
commit f6cf893530

View File

@ -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