From 29776fae3f171afa221fffffd36c20ecb933563a Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Tue, 1 Mar 2016 15:38:40 +0100 Subject: [PATCH] coredevice.spi: unused import --- artiq/coredevice/spi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/spi.py b/artiq/coredevice/spi.py index c28cf828d..5b0c6bb88 100644 --- a/artiq/coredevice/spi.py +++ b/artiq/coredevice/spi.py @@ -1,4 +1,4 @@ -from artiq.language.core import (kernel, portable, seconds_to_mu, now_mu, +from artiq.language.core import (kernel, seconds_to_mu, now_mu, delay_mu, int) from artiq.language.units import MHz from artiq.coredevice.rt2wb import rt2wb_output, rt2wb_input