Skip to content

Commit 84e017a

Browse files
committed
added pylint disable line
1 parent 85730de commit 84e017a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_platformdetect/board.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,8 @@ def _orange_pi_id(self) -> Optional[str]:
532532
return boards.ORANGE_PI_3B
533533
return None
534534

535+
# pylint: enable=too-many-return-statements
536+
535537
def _sama5_id(self) -> Optional[str]:
536538
"""Check what type sama5 board."""
537539
board_value = self.detector.get_device_model()

0 commit comments

Comments
 (0)