Skip to content

Commit

Permalink
fixed more imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rbudhrani committed Jun 10, 2024
1 parent 8f5b125 commit c662bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qmi/instruments/zurich_instruments/hdawg.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def __init__(self, context: QMI_Context, name: str, server_host: str, server_por
self._server_port = server_port
self._device_name = device_name

self._daq_server: zhinst.ziPython.ziDAQServer
self._awg_module: zhinst.ziPython.AwgModule
self._daq_server: zhinst.core.ziDAQServer
self._awg_module: zhinst.core.AwgModule

self._last_compilation_successful = False

Expand Down

0 comments on commit c662bb2

Please sign in to comment.