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 59d2073 commit 9290e7fCopy full SHA for 9290e7f
kit_test/arduino_test.py
@@ -42,7 +42,9 @@
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 # type: ignore[import-untyped,unused-ignore]
+ from avrdude_windows import ( # type: ignore[import-untyped,unused-ignore]
46
+ get_avrdude_path,
47
+ )
48
49
return Path(get_avrdude_path())
50
else:
0 commit comments