Formatted according to Black
This commit is contained in:
parent
11f224da01
commit
6b168840ff
2 changed files with 7 additions and 2 deletions
|
|
@ -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