Skip to content

Commit 168ff6b

Browse files
authored
Merge pull request #125 from ladyada/master
fix black
2 parents 933b280 + f30f7c9 commit 168ff6b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,12 @@
208208
RASPBERRY_PI_400,
209209
)
210210

211-
_RASPBERRY_PI_CM_IDS = (RASPBERRY_PI_CM1, RASPBERRY_PI_CM3, RASPBERRY_PI_CM3_PLUS, RASPBERRY_PI_CM4)
211+
_RASPBERRY_PI_CM_IDS = (
212+
RASPBERRY_PI_CM1,
213+
RASPBERRY_PI_CM3,
214+
RASPBERRY_PI_CM3_PLUS,
215+
RASPBERRY_PI_CM4,
216+
)
212217

213218
_ODROID_40_PIN_IDS = (
214219
ODROID_C1,

0 commit comments

Comments
 (0)