forked from M-Labs/artiq
comm_dummy: remove unneeded import
This commit is contained in:
parent
c98e08fe36
commit
0c1d256fef
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue