We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0e22e commit 56fdb9eCopy full SHA for 56fdb9e
adafruit_platformdetect/chip.py
@@ -71,7 +71,7 @@ def id(self): # pylint: disable=invalid-name,too-many-branches,too-many-return-s
71
return None
72
# pylint: enable=invalid-name
73
74
- def _linux_id(self):
+ def _linux_id(self): # pylint: disable=too-many-branches
75
"""Attempt to detect the CPU on a computer running the Linux kernel."""
76
linux_id = None
77
0 commit comments