Chore: Make pylint happy
This commit is contained in:
parent
7fcf46bdc3
commit
47ce0add1d
1 changed files with 3 additions and 2 deletions
|
|
@ -488,6 +488,7 @@ class Board:
|
||||||
board_value = self.detector.get_device_model().upper()
|
board_value = self.detector.get_device_model().upper()
|
||||||
if "INDIEDROID NOVA" in board_value:
|
if "INDIEDROID NOVA" in board_value:
|
||||||
return boards.INDIEDROID_NOVA
|
return boards.INDIEDROID_NOVA
|
||||||
|
return None
|
||||||
|
|
||||||
def _orange_pi_id(self) -> Optional[str]:
|
def _orange_pi_id(self) -> Optional[str]:
|
||||||
board_value = self.detector.get_device_model()
|
board_value = self.detector.get_device_model()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue