Fatal1ty / mashumaro

Fast and well tested serialization library
Apache License 2.0
761 stars 45 forks source link

Canonical type comparison #244

Open AryazE opened 6 days ago

AryazE commented 6 days ago

Type comparisons are recommended to be done using isinstance or is and not ==. This PR fixes that.

Fatal1ty commented 7 hours ago

@AryazE 👋

Can you update your branch with the updated master? I fixed mypy problems.