Formatted according to Black
This commit is contained in:
parent
11f224da01
commit
6b168840ff
2 changed files with 7 additions and 2 deletions
|
|
@ -374,7 +374,7 @@ class Board:
|
|||
elif board_value == "bananapim2plus":
|
||||
board = boards.BANANA_PI_M2_PLUS
|
||||
elif board_value == "bananapim2berry":
|
||||
board = boards.BANANA_PI_M2_BERRY
|
||||
board = boards.BANANA_PI_M2_BERRY
|
||||
elif board_value == "bananapim5":
|
||||
board = boards.BANANA_PI_M5
|
||||
elif board_value == "orangepizeroplus2-h5":
|
||||
|
|
|
|||
|
|
@ -239,7 +239,12 @@ _ORANGE_PI_IDS = (
|
|||
_NANOPI_IDS = (NANOPI_NEO_AIR, NANOPI_DUO2, NANOPI_NEO)
|
||||
|
||||
# BananaPI
|
||||
_BANANA_PI_IDS = (BANANA_PI_M2_ZERO, BANANA_PI_M2_PLUS, BANANA_PI_M2_BERRY, BANANA_PI_M5)
|
||||
_BANANA_PI_IDS = (
|
||||
BANANA_PI_M2_ZERO,
|
||||
BANANA_PI_M2_PLUS,
|
||||
BANANA_PI_M2_BERRY,
|
||||
BANANA_PI_M5,
|
||||
)
|
||||
|
||||
# LubanCat
|
||||
_LUBANCAT_IDS = (
|
||||
|
|
|
|||
Loading…
Reference in a new issue