The source project of this merge request has been removed.
fix python type checks
flake8 reports:
E721 do not compare types, for exact checks use
is
/is not
, for instance checks useisinstance()
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
flake8 reports:
E721 do not compare types, for exact checks use
is
/is not
, for instance checks useisinstance()