Skip to content

Commit

Permalink
fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Nov 9, 2023
1 parent 535a06b commit 1aee723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcodes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ def test(**kwargs: Any) -> int:

del deprecate

test.__test__ = False # type: ignore[attr-defined] # Don't try to run this method as a test
test.__test__ = False # Don't try to run this method as a test

0 comments on commit 1aee723

Please sign in to comment.