Skip to content

Commit 59d2073

Browse files
committed
Windows typecheck
1 parent 06c9ccb commit 59d2073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kit_test/arduino_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
def get_avrdude_path() -> Path:
4343
"""Get the path to avrdude."""
4444
if sys.platform.startswith('win'):
45-
from avrdude_windows import get_avrdude_path
45+
from avrdude_windows import get_avrdude_path # type: ignore[import-untyped,unused-ignore]
4646

4747
return Path(get_avrdude_path())
4848
else:

0 commit comments

Comments
 (0)