We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e017a commit 89d7ee3Copy full SHA for 89d7ee3
adafruit_platformdetect/board.py
@@ -517,6 +517,7 @@ def _ameridroid_id(self) -> Optional[str]:
517
return None
518
519
def _orange_pi_id(self) -> Optional[str]:
520
+ # pylint: disable=too-many-return-statements
521
board_value = self.detector.get_device_model()
522
if "OPi 5 Max" in board_value:
523
return boards.ORANGE_PI_5_MAX
0 commit comments