Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen authored Oct 11, 2023
1 parent 111db5b commit f1383d2
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 # type: ignore[import,no-redef]
from qcodes.instrument_drivers.test import DriverTestCase # type: ignore[import-not-found,no-redef]
import unittest

try:
Expand Down

0 comments on commit f1383d2

Please sign in to comment.