mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
`is not None` is the more idiomatic Python way to check if an expression evaluates to not None. and it is more readable. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>