added pylint disable line
This commit is contained in:
parent
85730de9d9
commit
84e017adbb
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue