Novogorny driver, remove unused imports (#964)

* Novogorny driver, remove unused imports

* more unused imports

* oops, one final one!
pull/969/head
hartytp 2018-03-19 10:58:14 +00:00 committed by Robert Jördens
parent 7a7ff6d2dd
commit a27b5d88c2
1 changed files with 1 additions and 4 deletions

View File

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