theislab / ehrapy

Electronic Health Record Analysis with Python.
https://ehrapy.readthedocs.io/
Apache License 2.0
199 stars 19 forks source link

style: == to is for type comparison #774

Closed eroell closed 2 months ago

eroell commented 2 months ago

PR Checklist

Description of changes

variable == type to variable is type.

Technical details

Additional context