added pylint lines
This commit is contained in:
parent
84e017adbb
commit
89d7ee3fdd
1 changed files with 1 additions and 0 deletions
|
|
@ -517,6 +517,7 @@ class Board:
|
|||
return None
|
||||
|
||||
def _orange_pi_id(self) -> Optional[str]:
|
||||
# pylint: disable=too-many-return-statements
|
||||
board_value = self.detector.get_device_model()
|
||||
if "OPi 5 Max" in board_value:
|
||||
return boards.ORANGE_PI_5_MAX
|
||||
|
|
|
|||
Loading…
Reference in a new issue