Skip to content

refactor: use isinstance() instead of type()

Chris Reed requested to merge chrree01/isinstance into main

Use of isinstance() is idiomatic, and comparing the result of type() will not match subclasses.

Merge request reports

Loading