JOJ0 / synadm

Command line admin tool for Synapse (the Matrix reference homeserver)
https://synadm.readthedocs.io
GNU General Public License v3.0
186 stars 25 forks source link

Fix type checks in ApiHelper.load() #117

Closed JOJ0 closed 1 year ago

JOJ0 commented 1 year ago

Use isinstance() instead of type() as the current flake8 version suggests.

JOJ0 commented 1 year ago

I merged this now since is a tiny chance and I'm sure it's the right thing to do :-)