Skip to content

Commit 574da1c

Browse files
committed
Reformatted code to comply with tests.
1 parent b682743 commit 574da1c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

adafruit_platformdetect/constants/boards.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@
247247

248248
# NanoPi
249249
_NANOPI_IDS = (
250-
NANOPI_NEO_AIR,
251-
NANOPI_DUO2,
250+
NANOPI_NEO_AIR,
251+
NANOPI_DUO2,
252252
NANOPI_NEO,
253253
)
254254

@@ -261,9 +261,7 @@
261261
)
262262

263263
# LeMaker
264-
_LEMAKER_IDS = (
265-
LEMAKER_BANANA_PRO,
266-
)
264+
_LEMAKER_IDS = (LEMAKER_BANANA_PRO,)
267265

268266
# LubanCat
269267
_LUBANCAT_IDS = (

0 commit comments

Comments
 (0)