Skip to content

Commit 15ba5ec

Browse files
committed
reformatted 3 lines
1 parent 89d7ee3 commit 15ba5ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
ORANGE_PI_4_LTS,
316316
ORANGE_PI_5,
317317
ORANGE_PI_5_PLUS,
318-
ORANGE_PI_5_PRO
318+
ORANGE_PI_5_PRO,
319319
)
320320

321321
# NanoPi
@@ -555,8 +555,8 @@
555555
# https://github.com/beagleboard/image-builder
556556
# Thanks to zmatt on freenode #beagle for pointers.
557557
_BEAGLEBONE_BOARD_IDS = {
558-
BEAGLE_PLAY: (("A0", "7.BEAGLE")),
559-
BEAGLEBONE_AI64: (("B0", "7.BBONEA")),
558+
BEAGLE_PLAY: ("A0", "7.BEAGLE"),
559+
BEAGLEBONE_AI64: ("B0", "7.BBONEA"),
560560
# Original bone/white:
561561
BEAGLEBONE: (
562562
("A3", "A335BONE00A3"),

0 commit comments

Comments
 (0)