Skip to content

Commit 927f9d3

Browse files
committed
1 parent 1f38de5 commit 927f9d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qcodes/instrument/ip_to_visa.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Such a driver is just a two-line class definition.
1515

1616

17-
class IPToVisa(VisaInstrument, IPInstrument):
17+
class IPToVisa(VisaInstrument, IPInstrument): # type: ignore
1818
"""
1919
Class to inject an VisaInstrument like behaviour in an
2020
IPInstrument that we'd like to use as a VISAInstrument with the
@@ -78,5 +78,5 @@ def close(self):
7878
self.remove_instance(self)
7979

8080

81-
class AMI430_VISA(AMI430, IPToVisa):
81+
class AMI430_VISA(AMI430, IPToVisa): # type: ignore
8282
pass

0 commit comments

Comments
 (0)