Skip to content

Commit bf7510a

Browse files
committed
remove unused import
1 parent 5af19a0 commit bf7510a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qcodes/instrument/delegate/delegate_instrument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
DelegateGroupParameter,
2020
GroupedParameter,
2121
)
22-
from qcodes.instrument.parameter import DelegateParameter, Parameter
22+
from qcodes.instrument.parameter import Parameter
2323
from qcodes.station import Station
2424

2525
_log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)