Skip to content

Commit b2afabc

Browse files
committed
Remove unnecessary imports
1 parent 5ec82cc commit b2afabc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

UserInput/UserInput.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import InstrumentDriver
22

3-
# import numpy as np
4-
53
class Driver(InstrumentDriver.InstrumentWorker):
64
""" This class implements a user input driver"""
7-
5+
86

97
def performSetValue(self, quant, value, sweepRate=0.0, options={}):
108
"""Perform the Set Value instrument operation"""

0 commit comments

Comments
 (0)