Skip to content

Commit ca3c7b1

Browse files
formatted
1 parent 6de8921 commit ca3c7b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,7 @@
244244
LUCKFOX_PICO_PLUS = "LUCKFOX_PICO_PLUS"
245245

246246
# StarFive boards
247-
_STARFIVE_BOARD_IDS = (
248-
VISIONFIVE2,
249-
)
247+
_STARFIVE_BOARD_IDS = (VISIONFIVE2,)
250248
# Asus Tinkerboard
251249
_ASUS_TINKER_BOARD_IDS = (
252250
ASUS_TINKER_BOARD,

0 commit comments

Comments
 (0)