clodius icon indicating copy to clipboard operation
clodius copied to clipboard

Fixed checking of types

Open AryazE opened this issue 1 year ago • 0 comments

Description

What was changed in this pull request? Checking types should be done with isinstance or is and not==. This PR fixes that.

Why is it necessary? It is the canonical way and also the flake8 warns about it.

Fixes #___

Checklist

  • [ ] Unit tests added or updated
  • [ ] Updated CHANGELOG.md
  • [ ] Run black .

AryazE avatar Sep 04 '24 12:09 AryazE