diff --git a/artiq/coredevice/spi.py b/artiq/coredevice/spi.py index 69e80ab54..6c4b3e7ea 100644 --- a/artiq/coredevice/spi.py +++ b/artiq/coredevice/spi.py @@ -1,6 +1,6 @@ import numpy -from artiq.language.core import (kernel, portable, now_mu, delay_mu) +from artiq.language.core import kernel, portable, now_mu, delay_mu from artiq.language.units import MHz from artiq.coredevice.rtio import rtio_output, rtio_input_data