ekutner / home-connect-hass

Alternative (and improved) Home Connect integration for Home Assistant
MIT License
511 stars 53 forks source link

no-else-return / R1705 #276

Closed yuvalabou closed 9 months ago

yuvalabou commented 9 months ago

Remove unnecessary block of code following an if containing a return statement.

ekutner commented 9 months ago

Thanks. I accepted it but in general, no need to create PRs for code formating issues. I use code formatting tools as well, just usually don't necessaril like all their recommendations.