From 7ab0282234504e2576bbb67e3d6ff99680f2febc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Mon, 20 Jan 2020 13:09:13 +0100 Subject: [PATCH] adf5355: style --- artiq/coredevice/adf5355.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/artiq/coredevice/adf5355.py b/artiq/coredevice/adf5355.py index 59c3531ff..a23df6701 100644 --- a/artiq/coredevice/adf5355.py +++ b/artiq/coredevice/adf5355.py @@ -9,12 +9,9 @@ on Mirny-style prefixed SPI buses. # https://www.analog.com/media/en/technical-documentation/user-guides/EV-ADF5356SD1Z-UG-1087.pdf -from numpy import int32 - -from artiq.language.core import (kernel, portable, delay_mu, delay, now_mu, - at_mu) -from artiq.language.units import ns, us -from artiq.coredevice import spi2 as spi, mirny +from artiq.language.core import kernel, delay +from artiq.language.units import us +from artiq.coredevice import spi2 as spi SPI_CONFIG = (0*spi.SPI_OFFLINE | 0*spi.SPI_END | 0*spi.SPI_INPUT | 1*spi.SPI_CS_POLARITY |