mirror of https://github.com/m-labs/artiq.git
comm_dummy: remove unneeded import
This commit is contained in:
parent
c98e08fe36
commit
0c1d256fef
|
@ -1,7 +1,7 @@
|
||||||
from operator import itemgetter
|
from operator import itemgetter
|
||||||
|
|
||||||
from artiq.language.db import AutoDB
|
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
|
from artiq.coredevice.runtime import LinkInterface
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue