[2439] Add missing isinstance
We check the result is of correct type, so use isinstance. It is unclear how the original code could pass, though.
Please register or sign in to comment
We check the result is of correct type, so use isinstance. It is unclear how the original code could pass, though.