From 0c1d256fefc8a8d68130dccb24d72308f4a9bdc2 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 19 Apr 2015 11:41:20 +0800 Subject: [PATCH] comm_dummy: remove unneeded import --- artiq/coredevice/comm_dummy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/comm_dummy.py b/artiq/coredevice/comm_dummy.py index 84aafb666..807f83ca5 100644 --- a/artiq/coredevice/comm_dummy.py +++ b/artiq/coredevice/comm_dummy.py @@ -1,7 +1,7 @@ from operator import itemgetter from artiq.language.db import AutoDB -from artiq.language.units import ms, ns +from artiq.language.units import ms from artiq.coredevice.runtime import LinkInterface