Bulkmailer / BulkMailer-Backend

Backend for Bulk Mailer
https://bulkmailer.suhaila.tech
7 stars 4 forks source link

use identity check for comparison to a singleton #8

Closed deepsource-autofix[bot] closed 1 year ago

deepsource-autofix[bot] commented 1 year ago

Comparisons to the singleton objects, like True, False, and None, should be done with identity, not equality. Use is or is not.