Skip to content

Commit 3eaf2ad

Browse files
committed
Reformatted with Black
Reformatted with Black- sorry for all the back and forth, it's my first time doing something like this.
1 parent d0e22d0 commit 3eaf2ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_platformdetect/constants/boards.py

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

349349
# ASUS Tinker Board
350-
_ASUS_TINKER_BOARD_DEV_IDS = (ASUS_TINKER_BOARD)
350+
_ASUS_TINKER_BOARD_DEV_IDS = ASUS_TINKER_BOARD
351351

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

bin/detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959

6060
if detector.board.any_clockwork_pi:
6161
print("Clockwork Pi device detected.")
62-
62+
6363
if detector.board.any_asus_tinker_board:
6464
print("ASUS Tinker Board device detected.")

0 commit comments

Comments
 (0)