From a606afa3bddc8f626082cb619ee581ffd14993f3 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 26 Feb 2022 18:52:40 +0800 Subject: [PATCH] test_phaser: port imports to NAC3 --- artiq/test/coredevice/test_phaser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/test/coredevice/test_phaser.py b/artiq/test/coredevice/test_phaser.py index 18aac6a57..4f23f67db 100644 --- a/artiq/test/coredevice/test_phaser.py +++ b/artiq/test/coredevice/test_phaser.py @@ -1,7 +1,7 @@ import unittest from artiq.experiment import * from artiq.test.hardware_testbench import ExperimentCase -from artiq.language.core import kernel, delay +from artiq.language.core import kernel from artiq.language.units import us