diff --git a/adafruit_platformdetect/constants/boards.py b/adafruit_platformdetect/constants/boards.py index 49e646b..0be9a3b 100644 --- a/adafruit_platformdetect/constants/boards.py +++ b/adafruit_platformdetect/constants/boards.py @@ -244,9 +244,7 @@ LUCKFOX_PICO_MINI = "LUCKFOX_PICO_MINI" LUCKFOX_PICO_PLUS = "LUCKFOX_PICO_PLUS" # StarFive boards -_STARFIVE_BOARD_IDS = ( - VISIONFIVE2, -) +_STARFIVE_BOARD_IDS = (VISIONFIVE2,) # Asus Tinkerboard _ASUS_TINKER_BOARD_IDS = ( ASUS_TINKER_BOARD,