Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use
is
to compare type of objects (#36)
It is recommended to use `identity test` ( `is` ) instead of equality test ( `==` ) when you need to compare types of two objects. Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Loading branch information