mirror of https://github.com/m-labs/artiq.git
Fix missing import.
This commit is contained in:
parent
da01a03a6e
commit
dbf4e78087
|
@ -1,5 +1,6 @@
|
|||
import os
|
||||
import unittest
|
||||
import time
|
||||
|
||||
from artiq.experiment import *
|
||||
from artiq.test.hardware_testbench import ExperimentCase
|
||||
|
|
Loading…
Reference in New Issue