Clean up and remove unused code
This commit is contained in:
parent
6cde03a0da
commit
0a1c8ff2c7
1 changed files with 0 additions and 5 deletions
|
|
@ -27,11 +27,6 @@ class Chip:
|
|||
"""Attempt detection of current chip / CPU."""
|
||||
def __init__(self, detector):
|
||||
self.detector = detector
|
||||
try:
|
||||
if os.environ['BLINKA_NOVA']:
|
||||
self._binho = None
|
||||
except KeyError: # no relevant environment var
|
||||
pass
|
||||
|
||||
@property
|
||||
def id(self): # pylint: disable=invalid-name,too-many-branches,too-many-return-statements
|
||||
|
|
|
|||
Loading…
Reference in a new issue