comm_dummy: remove unneeded import

This commit is contained in:
Sebastien Bourdeauducq 2015-04-19 11:41:20 +08:00
parent c98e08fe36
commit 0c1d256fef
1 changed files with 1 additions and 1 deletions

View File

@ -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