Black formatting

updating chip.py and boards.py to be Black formatted
This commit is contained in:
BlitzCityDIY 2020-05-29 14:38:13 -04:00
parent f6cf2cd767
commit 07e8625558
2 changed files with 2 additions and 4 deletions

View file

@ -129,7 +129,7 @@ class Chip:
if self.detector.check_dt_compatible_value("rockchip,rk3308"):
return chips.RK3308
if self.detector.check_dt_compatible_value("rockchip,rk3288"):
return chips.RK3288

View file

@ -348,9 +348,7 @@ _ONION_OMEGA_BOARD_IDS = (
_PINE64_DEV_IDS = (PINE64, PINEBOOK, PINEPHONE)
# ASUS Tinker Board
_ASUS_TINKER_BOARD_DEV_IDS = (
ASUS_TINKER_BOARD
)
_ASUS_TINKER_BOARD_DEV_IDS = ASUS_TINKER_BOARD
# UDOO
_UDOO_BOARD_IDS = {UDOO_BOLT_V8: ("SC40-2000-0000-C0|C",)}