other pylint version doesn't know this disable
This commit is contained in:
parent
4a5af804da
commit
f180acd0be
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ while True:
|
||||||
cols.add(other)
|
cols.add(other)
|
||||||
else:
|
else:
|
||||||
rows.add(other)
|
rows.add(other)
|
||||||
to_check.append(other) # pylint: disable=modified-iterating-list
|
to_check.append(other)
|
||||||
|
|
||||||
rows = sorted(rows)
|
rows = sorted(rows)
|
||||||
cols = sorted(cols)
|
cols = sorted(cols)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue