We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c9ccb commit 59d2073Copy full SHA for 59d2073
kit_test/arduino_test.py
@@ -42,7 +42,7 @@
42
def get_avrdude_path() -> Path:
43
"""Get the path to avrdude."""
44
if sys.platform.startswith('win'):
45
- from avrdude_windows import get_avrdude_path
+ from avrdude_windows import get_avrdude_path # type: ignore[import-untyped,unused-ignore]
46
47
return Path(get_avrdude_path())
48
else:
0 commit comments