other pylint version doesn't know this disable

This commit is contained in:
Jeff Epler 2022-09-08 16:42:34 -05:00
parent 4a5af804da
commit f180acd0be
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -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)