Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsecher committed Sep 7, 2023
1 parent 9007680 commit 794e9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes_contrib_drivers/drivers/QDevil/QDAC2.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def __init__(self, channel: 'QDac2Channel'):
def __enter__(self):
return self

def _cleanup(self, wave_kind: str) -> bool:
def _cleanup(self, wave_kind: str) -> None:
if self._trigger:
self._channel._parent.free_trigger(self._trigger)
if self._marker_start:
Expand Down

0 comments on commit 794e9cf

Please sign in to comment.