File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,6 @@ def _pi_rev_code(self) -> Optional[str]:
250
250
except FileNotFoundError :
251
251
return None
252
252
253
- # pylint: disable=useless-option-value
254
253
def _beaglebone_id (self ) -> Optional [str ]:
255
254
"""Try to detect id of a Beaglebone."""
256
255
board_value = self .detector .get_device_compatible ()
@@ -289,8 +288,6 @@ def _beaglebone_id(self) -> Optional[str]:
289
288
board_value = self .detector .get_armbian_release_field ("BOARD" )
290
289
return None
291
290
292
- # pylint: enable=useless-option-value
293
-
294
291
def _bbai_id (self ) -> Optional [str ]:
295
292
"""Try to detect id of a Beaglebone AI related board."""
296
293
board_value = self .detector .get_device_model ()
@@ -477,7 +474,6 @@ def _pine64_id(self) -> Optional[str]:
477
474
board = boards .SOPINE
478
475
return board
479
476
480
- # pylint: disable=useless-option-value
481
477
def _pynq_id (self ) -> Optional [str ]:
482
478
"""Try to detect the id for Xilinx PYNQ boards."""
483
479
try :
You can’t perform that action at this time.
0 commit comments