aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/rf_generator
diff options
context:
space:
mode:
Diffstat (limited to 'qolab/hardware/rf_generator')
-rw-r--r--qolab/hardware/rf_generator/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/qolab/hardware/rf_generator/__init__.py b/qolab/hardware/rf_generator/__init__.py
index 1518c1a..7178408 100644
--- a/qolab/hardware/rf_generator/__init__.py
+++ b/qolab/hardware/rf_generator/__init__.py
@@ -30,7 +30,3 @@ class RFGeneratorSCPI(SCPIinstr, RFGenerator):
SCPIinstr.__init__(self, resource)
RFGenerator.__init__(self, *args, **kwds)
self.config["DeviceId"] = str.strip(self.idn)
-
-
-from .agilent_e8257d import AgilentE8257D
-from .qol_lmx2487 import QOL_LMX2487