Avoid using (foo in bar)
truth check, since it checks initialization, not value.
#3
Labels
(foo in bar)
truth check, since it checks initialization, not value.
#3
Avoid using
(foo in bar)
truth check, since it checks initialization, not value.Originally posted by @emeryrose in #1
The text was updated successfully, but these errors were encountered: