Skip to content

Commit 56fdb9e

Browse files
committed
lint
1 parent 4f0e22e commit 56fdb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/chip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def id(self): # pylint: disable=invalid-name,too-many-branches,too-many-return-s
7171
return None
7272
# pylint: enable=invalid-name
7373

74-
def _linux_id(self):
74+
def _linux_id(self): # pylint: disable=too-many-branches
7575
"""Attempt to detect the CPU on a computer running the Linux kernel."""
7676
linux_id = None
7777

0 commit comments

Comments
 (0)