2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-07 16:15:22 +08:00

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