Skip to content

Commit

Permalink
fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Jan 30, 2023
1 parent 2c874c8 commit 5fd491a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes_contrib_drivers/tests/test_Keysight_M3201A.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from qcodes.tests.driver_test_case import DriverTestCase
except ImportError:
# qcodes < 0.37
from qcodes.instrument_drivers.test import DriverTestCase
from qcodes.instrument_drivers.test import DriverTestCase # type: ignore[import,no-redef]
import unittest

try:
Expand Down

0 comments on commit 5fd491a

Please sign in to comment.