We do: ``` if is_thing: assignme = value if_is_thing: ... else: assignme = [] ``` It is always defined on both sides, but there was no particular reason we had to assign it in the later copy. pylint reported it as a false positive, and it may prove confusing in general, and it's harmless to move, so do so.pull/13224/head
parent
e343590e7d
commit
125d3344ec
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue