aboutsummaryrefslogtreecommitdiff
path: root/examples/eit_with_vcsel.py
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 12:56:31 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 12:56:31 -0400
commite5cd832e538096e3df97b854a89621828861afc2 (patch)
tree86aec1617ee30ef86e642dd4b82886272eaccc54 /examples/eit_with_vcsel.py
parent51dac6bcc02fc645a23293fbd52cebdcc6c0b289 (diff)
downloadqolab-e5cd832e538096e3df97b854a89621828861afc2.tar.gz
qolab-e5cd832e538096e3df97b854a89621828861afc2.zip
remove unused import
Diffstat (limited to 'examples/eit_with_vcsel.py')
-rw-r--r--examples/eit_with_vcsel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/eit_with_vcsel.py b/examples/eit_with_vcsel.py
index 800507b..fb9136d 100644
--- a/examples/eit_with_vcsel.py
+++ b/examples/eit_with_vcsel.py
@@ -6,7 +6,7 @@ import time
from tqdm import tqdm as pbar
import matplotlib.pyplot as plt
from qolab.hardware import BasicInstrument
-from qolab.data import TraceSetSameX, TraceXY, Trace
+from qolab.data import TraceSetSameX, Trace
from qolab.hardware.rf_generator import QOL_LMX2487
from qolab.hardware.daq import LabJackUE9
from qolab.hardware.power_supply.keysight_e3612a import KeysightE3612A