pglister doesn't pass Debian bookworm's version of pycodestyle
This patch fixes the following errors:
E275 missing whitespace after keyword
E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
--
Célestin Matte