From a27b5d88c2b482dd7c6c0d8eca88501d4e8d4b6d Mon Sep 17 00:00:00 2001 From: hartytp Date: Mon, 19 Mar 2018 10:58:14 +0000 Subject: [PATCH] Novogorny driver, remove unused imports (#964) * Novogorny driver, remove unused imports * more unused imports * oops, one final one! --- artiq/coredevice/novogorny.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/artiq/coredevice/novogorny.py b/artiq/coredevice/novogorny.py index 8892073af..ae8b59d21 100644 --- a/artiq/coredevice/novogorny.py +++ b/artiq/coredevice/novogorny.py @@ -1,11 +1,8 @@ -from numpy import int32, int64 from artiq.language.core import kernel, delay, portable -from artiq.language.units import us, ns -from artiq.coredevice.ad9912_reg import * +from artiq.language.units import ns from artiq.coredevice import spi2 as spi -from artiq.coredevice import urukul SPI_CONFIG = (0*spi.SPI_OFFLINE | 0*spi.SPI_END |