diff --git a/adafruit_platformdetect/board.py b/adafruit_platformdetect/board.py index dfef3fa..f83dbd9 100644 --- a/adafruit_platformdetect/board.py +++ b/adafruit_platformdetect/board.py @@ -532,6 +532,8 @@ class Board: return boards.ORANGE_PI_3B return None + # pylint: enable=too-many-return-statements + def _sama5_id(self) -> Optional[str]: """Check what type sama5 board.""" board_value = self.detector.get_device_model()