forked from M-Labs/artiq
1
0
Fork 0

sim: fix imports

This commit is contained in:
Sebastien Bourdeauducq 2022-04-28 15:37:44 +08:00
parent 8e594d6666
commit 5504177d48
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from random import Random from random import Random
from artiq.language.core import kernel, sequential, delay_mu from artiq.language.core import kernel, sequential, at_mu, delay_mu
from artiq.sim import time from artiq.sim import time