Skip to content

Commit 1333644

Browse files
committed
Black formatted
1 parent dae542a commit 1333644

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
@@ -90,7 +90,7 @@ def id(
9090
if os.environ.get("BLINKA_GREATFET"):
9191
import usb
9292

93-
if usb.core.find(idVendor=0x1d50, idProduct=0x60e6) is not None:
93+
if usb.core.find(idVendor=0x1D50, idProduct=0x60E6) is not None:
9494
return chips.LPC4330
9595
raise RuntimeError(
9696
"BLINKA_GREATFET environment variable "

0 commit comments

Comments
 (0)