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