From f6cf8935302794414ef865d7c2d9af69e97d80b1 Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Fri, 13 Sep 2024 13:24:11 +0800 Subject: [PATCH] almazny: fix missing delay import --- artiq/coredevice/almazny.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/almazny.py b/artiq/coredevice/almazny.py index 2cc21697e..9f3a8ce58 100644 --- a/artiq/coredevice/almazny.py +++ b/artiq/coredevice/almazny.py @@ -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 numpy import int32