Isort & black interaction for PR

I’m trying to submit a PR (https://github.com/home-assistant/home-assistant/pull/29847)

This PR keeps failing the CI tests either with an isort error or a black error.

I’ve found the documentation for how these tests are implemented, and have implemented them locally.

The radiothermostat/climate.py file in this PR is changed back and forth by isort and black locally, creating two differently formatted files.

If isort is run last, it fails the black tests.
If black is run last, it fails the isort tests.

Can anyone do a quick review and see if anything looks amiss?