Skip to content

Commit f180acd

Browse files
committed
other pylint version doesn't know this disable
1 parent 4a5af80 commit f180acd

File tree

1 file changed

+1
-1
lines changed
  • CircuitPython_Commodore_16_KB2040/matrixwhisperer

1 file changed

+1
-1
lines changed

CircuitPython_Commodore_16_KB2040/matrixwhisperer/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def __missing__(self, key):
155155
cols.add(other)
156156
else:
157157
rows.add(other)
158-
to_check.append(other) # pylint: disable=modified-iterating-list
158+
to_check.append(other)
159159

160160
rows = sorted(rows)
161161
cols = sorted(cols)

0 commit comments

Comments
 (0)