From 9b33be2af41c9da71d9f1b617ae90eb51cb92b37 Mon Sep 17 00:00:00 2001 From: jgdempsey Date: Sat, 29 Jul 2023 13:53:33 -0400 Subject: [PATCH] Ran Black on the repo --- adafruit_platformdetect/board.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adafruit_platformdetect/board.py b/adafruit_platformdetect/board.py index c9aa858..beb1088 100644 --- a/adafruit_platformdetect/board.py +++ b/adafruit_platformdetect/board.py @@ -399,7 +399,7 @@ class Board: elif board_value == "nanopineo": board = boards.NANOPI_NEO elif board_value == "nanopineo2": - board = boards.NANOPI_NEO_2 + board = boards.NANOPI_NEO_2 elif board_value == "nezha": board = boards.LICHEE_RV elif board_value == "pcduino2": @@ -666,7 +666,7 @@ class Board: if "neo" in board_value and "SUN8I" in chip_id: board = boards.NANOPI_NEO_AIR elif "neo2" in board_value and "H5" in chip_id: - board = boards.NANOPI_NEO_2 + board = boards.NANOPI_NEO_2 elif any(x in board_value for x in ("orange pi", "orangepi")): if "zero" in board_value: if "H5" in chip_id: