forked from M-Labs/artiq
worker_impl: add missing import
This commit is contained in:
parent
9b46bc623a
commit
71b7fe38bc
|
@ -5,6 +5,7 @@ from artiq.protocols import pyon
|
||||||
from artiq.tools import file_import
|
from artiq.tools import file_import
|
||||||
from artiq.master.worker_db import DBHub, ResultDB
|
from artiq.master.worker_db import DBHub, ResultDB
|
||||||
from artiq.master.results import get_hdf5_output
|
from artiq.master.results import get_hdf5_output
|
||||||
|
from artiq.language.experiment import is_experiment
|
||||||
|
|
||||||
|
|
||||||
def get_object():
|
def get_object():
|
||||||
|
|
Loading…
Reference in New Issue