pylint cleanup.
This commit is contained in:
parent
c10e9694e3
commit
90f96a25da
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ if __name__ == "__main__":
|
||||||
debug = False
|
debug = False
|
||||||
for (switch, val) in options:
|
for (switch, val) in options:
|
||||||
if switch == "-a":
|
if switch == "-a":
|
||||||
|
# pylint: disable=unnecessary-lambda-assignment
|
||||||
subset = lambda loc: True
|
subset = lambda loc: True
|
||||||
elif switch == "-d":
|
elif switch == "-d":
|
||||||
subset = alldifferent
|
subset = alldifferent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue