Skip to content

Commit cad3247

Browse files
committed
Updating pylint enable/disables
1 parent e5dc15f commit cad3247

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

adafruit_platformdetect/board.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ def _pi_rev_code(self) -> Optional[str]:
250250
except FileNotFoundError:
251251
return None
252252

253-
# pylint: disable=useless-option-value
254253
def _beaglebone_id(self) -> Optional[str]:
255254
"""Try to detect id of a Beaglebone."""
256255
board_value = self.detector.get_device_compatible()
@@ -289,8 +288,6 @@ def _beaglebone_id(self) -> Optional[str]:
289288
board_value = self.detector.get_armbian_release_field("BOARD")
290289
return None
291290

292-
# pylint: enable=useless-option-value
293-
294291
def _bbai_id(self) -> Optional[str]:
295292
"""Try to detect id of a Beaglebone AI related board."""
296293
board_value = self.detector.get_device_model()
@@ -477,7 +474,6 @@ def _pine64_id(self) -> Optional[str]:
477474
board = boards.SOPINE
478475
return board
479476

480-
# pylint: disable=useless-option-value
481477
def _pynq_id(self) -> Optional[str]:
482478
"""Try to detect the id for Xilinx PYNQ boards."""
483479
try:

0 commit comments

Comments
 (0)