Reformatted code to comply with tests.
This commit is contained in:
parent
b682743a30
commit
574da1c42d
1 changed files with 3 additions and 5 deletions
|
|
@ -247,8 +247,8 @@ _ORANGE_PI_IDS = (
|
||||||
|
|
||||||
# NanoPi
|
# NanoPi
|
||||||
_NANOPI_IDS = (
|
_NANOPI_IDS = (
|
||||||
NANOPI_NEO_AIR,
|
NANOPI_NEO_AIR,
|
||||||
NANOPI_DUO2,
|
NANOPI_DUO2,
|
||||||
NANOPI_NEO,
|
NANOPI_NEO,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -261,9 +261,7 @@ _BANANA_PI_IDS = (
|
||||||
)
|
)
|
||||||
|
|
||||||
# LeMaker
|
# LeMaker
|
||||||
_LEMAKER_IDS = (
|
_LEMAKER_IDS = (LEMAKER_BANANA_PRO,)
|
||||||
LEMAKER_BANANA_PRO,
|
|
||||||
)
|
|
||||||
|
|
||||||
# LubanCat
|
# LubanCat
|
||||||
_LUBANCAT_IDS = (
|
_LUBANCAT_IDS = (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue