Clean up and remove unused code

This commit is contained in:
Francis Guevarra 2019-12-02 15:52:54 -08:00
parent 6cde03a0da
commit 0a1c8ff2c7

View file

@ -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