Browse Source

lint

pull/21/head
ladyada 5 years ago
parent
commit
56fdb9ed21
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      adafruit_platformdetect/chip.py

+ 1
- 1
adafruit_platformdetect/chip.py View File

@ -71,7 +71,7 @@ class Chip:
return None
# pylint: enable=invalid-name
def _linux_id(self):
def _linux_id(self): # pylint: disable=too-many-branches
"""Attempt to detect the CPU on a computer running the Linux kernel."""
linux_id = None


|||||||
x
 
000:0
Loading…
Cancel
Save