forked from M-Labs/artiq
test/coredevice/cache: fix exception import
This commit is contained in:
parent
641831e0e1
commit
ff697a47ce
|
@ -1,4 +1,5 @@
|
|||
from artiq.experiment import *
|
||||
from artiq.coredevice.exceptions import CacheError
|
||||
from artiq.test.hardware_testbench import ExperimentCase
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue