Closed tusharnankani closed 3 years ago
Thanks for the PR @tusharnankani. The comparison with True
changes are already handled in #37.
I agree that the with
statement change is something we should keep, so I'll merge this once #37 is finalized and merged.
@tusharnankani can you fix the merge conflicts before I merge these changes?
@tusharnankani can you fix the merge conflicts before I merge these changes?
Done @akshgpt7 👍🏻
Looks good! Thanks for the PR.
PR includes:
if x is True
or simplyif x
. Since boolean in python are singletons, identity checks withis
operator is recommended.