Skip to content

Commit 07e8625

Browse files
committed
Black formatting
updating chip.py and boards.py to be Black formatted
1 parent f6cf2cd commit 07e8625

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

adafruit_platformdetect/chip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def _linux_id(self):
129129

130130
if self.detector.check_dt_compatible_value("rockchip,rk3308"):
131131
return chips.RK3308
132-
132+
133133
if self.detector.check_dt_compatible_value("rockchip,rk3288"):
134134
return chips.RK3288
135135

adafruit_platformdetect/constants/boards.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,7 @@
348348
_PINE64_DEV_IDS = (PINE64, PINEBOOK, PINEPHONE)
349349

350350
# ASUS Tinker Board
351-
_ASUS_TINKER_BOARD_DEV_IDS = (
352-
ASUS_TINKER_BOARD
353-
)
351+
_ASUS_TINKER_BOARD_DEV_IDS = ASUS_TINKER_BOARD
354352

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

0 commit comments

Comments
 (0)