diff --git a/CircuitPython_Commodore_16_KB2040/matrixwhisperer/code.py b/CircuitPython_Commodore_16_KB2040/matrixwhisperer/code.py index b93ae037d..e79b89289 100644 --- a/CircuitPython_Commodore_16_KB2040/matrixwhisperer/code.py +++ b/CircuitPython_Commodore_16_KB2040/matrixwhisperer/code.py @@ -155,7 +155,7 @@ while True: cols.add(other) else: rows.add(other) - to_check.append(other) # pylint: disable=modified-iterating-list + to_check.append(other) rows = sorted(rows) cols = sorted(cols)