Skip to content

Commit 3f3ae47

Browse files
committed
fix lint
1 parent 00a3d61 commit 3f3ae47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_platformdetect/chip.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def id(self):
3939
import ftdi1 as ftdi # pylint: disable=import-error
4040
try:
4141
ctx = None
42-
device_list = None
4342
ctx = ftdi.new() # Create a libftdi context.
4443
# Enumerate FTDI devices.
4544
count, _ = ftdi.usb_find_all(ctx, 0, 0)

0 commit comments

Comments
 (0)