IfClauseNode is only ever initialized in such a way that this attribute is immediately set to something valid. And attempting to access its value when the value is None would be a pretty broken error anyway. The assignment served no purpose, but did perform a frivolous runtime op in addition to angering mypy's checks for implicit None.pull/12839/head
parent
fc41fd3542
commit
6f7e745052
1 changed files with 0 additions and 1 deletions
Loading…
Reference in new issue