martinblech / xmltodict

Python module that makes working with XML feel like you are working with JSON
MIT License
5.49k stars 462 forks source link

Apply ruff/pycodestyle rule E721 #347

Closed DimitriPapadopoulos closed 2 weeks ago

DimitriPapadopoulos commented 5 months ago

E721 Do not compare types, use isinstance()