Skip to content

Commit 9b33be2

Browse files
committed
Ran Black on the repo
1 parent eb686e8 commit 9b33be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_platformdetect/board.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def _armbian_id(self) -> Optional[str]:
399399
elif board_value == "nanopineo":
400400
board = boards.NANOPI_NEO
401401
elif board_value == "nanopineo2":
402-
board = boards.NANOPI_NEO_2
402+
board = boards.NANOPI_NEO_2
403403
elif board_value == "nezha":
404404
board = boards.LICHEE_RV
405405
elif board_value == "pcduino2":
@@ -666,7 +666,7 @@ def _allwinner_variants_id(self) -> Optional[str]:
666666
if "neo" in board_value and "SUN8I" in chip_id:
667667
board = boards.NANOPI_NEO_AIR
668668
elif "neo2" in board_value and "H5" in chip_id:
669-
board = boards.NANOPI_NEO_2
669+
board = boards.NANOPI_NEO_2
670670
elif any(x in board_value for x in ("orange pi", "orangepi")):
671671
if "zero" in board_value:
672672
if "H5" in chip_id:

0 commit comments

Comments
 (0)