Unverified Commit daaaf4e9 authored by Eisuke Kawashima's avatar Eisuke Kawashima Committed by GitHub
Browse files

[analyzer][NFC] Fix comparison to True/False (#94038)

from PEP8
(https://peps.python.org/pep-0008/#programming-recommendations

):

> Comparisons to singletons like None should always be done with is or
is not, never the equality operators.

Co-authored-by: default avatarEisuke Kawashima <e-kwsm@users.noreply.github.com>
parent 0864501b
Pipeline #3026 failed with stages
in 0 seconds
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment