Skip to content

Commit

Permalink
remove function that ensured back-compatibility to pass mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbarrier committed Aug 30, 2023
1 parent 433a4e3 commit f9faf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes_contrib_drivers/drivers/Thorlabs/KLS1550.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def __init__(self,
**kwargs):
self._dll_path = 'Thorlabs. .dll'
super().__init__(name, serial_number, self._dll_path,
self._simulation, self._polling, **kwargs)
simulation, polling, **kwargs)

0 comments on commit f9faf7a

Please sign in to comment.