Skip to content

Commit 1f6b3f0

Browse files
committed
Removed long line
1 parent ffbbf59 commit 1f6b3f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

adafruit_platformdetect/chip.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@ def _linux_id(self):
155155

156156
linux_id = None
157157
hardware = self.detector.get_cpuinfo_field("Hardware")
158-
if (
159-
hardware == "sun50iw1p1"
160-
): # sun50iw1p1 is a common hardware identifier among different allwinner SOC's. Because it is common it should not be considered a valid
161-
hardware = None # chip identifier.
162158

163159
if hardware is None:
164160
vendor_id = self.detector.get_cpuinfo_field("vendor_id")

0 commit comments

Comments
 (0)