Skip to content

Commit 7539e90

Browse files
Fix import
1 parent 318852c commit 7539e90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fixate/drivers/dso/agilent_mso_x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pyvisa
22
from fixate.core.exceptions import InstrumentError
3-
from fixate.drivers.dso.helper2 import DSO
3+
from fixate.drivers.dso.helper import DSO
44
import time
55

66

0 commit comments

Comments
 (0)