Skip to content

Commit 2d7c7db

Browse files
committed
Update boards.py
1 parent 113c0e5 commit 2d7c7db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,4 +588,7 @@
588588
_MILKV_IDS_ = (MILKV_DUO,)
589589

590590
# Luckfox
591-
_LUCKFOX_IDS = (LUCKFOX_PICO_MAX,LUCKFOX_PICO_MINI,)
591+
_LUCKFOX_IDS = (
592+
LUCKFOX_PICO_MAX,
593+
LUCKFOX_PICO_MINI,
594+
)

0 commit comments

Comments
 (0)