all: Fix cases of Python variable assigned but never used.
This fixes ruff rule F841.
This commit is contained in:
committed by
Damien George
parent
79e57473b2
commit
2a1db770ce
@@ -226,7 +226,6 @@ class Pins(object):
|
||||
# Extract indexes from header row
|
||||
pad_col = header.index("Pad")
|
||||
adc_col = header.index("ADC")
|
||||
acmp_col = header.index("ACMP")
|
||||
#
|
||||
for idx, row in enumerate(rows):
|
||||
pad = row[pad_col]
|
||||
|
||||
Reference in New Issue
Block a user