summaryrefslogtreecommitdiffstats
path: root/lab_control/function_generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'lab_control/function_generator.py')
-rw-r--r--lab_control/function_generator.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lab_control/function_generator.py b/lab_control/function_generator.py
index a403784..20f1b8c 100644
--- a/lab_control/function_generator.py
+++ b/lab_control/function_generator.py
@@ -5,9 +5,6 @@ class FunctionGenerator:
This interface specifies the common API for all
supported function generator devices.
"""
- def __init__(self):
- pass
-
def setOn(self, channel: int) -> None:
""" Enable channel. """