Fix type equality checks
Compare changes
- Frederik Hennig authored
setup.py.old deleted
100644 → 0
+ 0
− 136
Use is
/is not
instead of ==
when checking for equality of types. Fixes linter errors that recently appeared in the flake8
checker.