Skip to content

Commit e46a186

Browse files
committed
Fix formatting
1 parent c52b24b commit e46a186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
_PINE64_DEV_IDS = (PINE64, PINEBOOK, PINEPHONE)
362362

363363
# ASUS Tinker Board
364-
_ASUS_TINKER_BOARD_DEV_IDS = (ASUS_TINKER_BOARD)
364+
_ASUS_TINKER_BOARD_DEV_IDS = ASUS_TINKER_BOARD
365365

366366
# UDOO
367367
_UDOO_BOARD_IDS = {UDOO_BOLT_V8: ("SC40-2000-0000-C0|C",)}

0 commit comments

Comments
 (0)