examples/coredev_test: cleanup import

This commit is contained in:
Sebastien Bourdeauducq 2014-07-07 19:16:02 +02:00
parent b9b9cc46e2
commit fa6fc0cf75
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from artiq.language.experiment import Experiment, kernel, syscall
from artiq.language.experiment import Experiment, kernel
from artiq.devices import corecom_serial, runtime, core, gpio_core
class CompilerTest(Experiment):