From 15ba5ece1040d0090285609ed2f122b693bcfe91 Mon Sep 17 00:00:00 2001 From: agstewart Date: Fri, 18 Jul 2025 18:20:47 -0500 Subject: [PATCH] reformatted 3 lines --- adafruit_platformdetect/constants/boards.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adafruit_platformdetect/constants/boards.py b/adafruit_platformdetect/constants/boards.py index 8064ae8..6e1742e 100644 --- a/adafruit_platformdetect/constants/boards.py +++ b/adafruit_platformdetect/constants/boards.py @@ -315,7 +315,7 @@ _ORANGE_PI_IDS = ( ORANGE_PI_4_LTS, ORANGE_PI_5, ORANGE_PI_5_PLUS, - ORANGE_PI_5_PRO + ORANGE_PI_5_PRO, ) # NanoPi @@ -555,8 +555,8 @@ _OLIMEX_IDS = (OLIMEX_LIME2,) # https://github.com/beagleboard/image-builder # Thanks to zmatt on freenode #beagle for pointers. _BEAGLEBONE_BOARD_IDS = { - BEAGLE_PLAY: (("A0", "7.BEAGLE")), - BEAGLEBONE_AI64: (("B0", "7.BBONEA")), + BEAGLE_PLAY: ("A0", "7.BEAGLE"), + BEAGLEBONE_AI64: ("B0", "7.BBONEA"), # Original bone/white: BEAGLEBONE: ( ("A3", "A335BONE00A3"),