String formatting and max line length - Part 6 (#84525)

This commit is contained in:
Franck Nijhof 2022-12-24 13:19:51 +01:00 committed by GitHub
parent ac1359b3d8
commit 8819634b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 238 additions and 102 deletions

View file

@ -291,8 +291,10 @@ class VenstarThermostat(VenstarEntity, ClimateEntity):
else:
success = False
_LOGGER.error(
"The thermostat is currently not in a mode "
"that supports target temperature: %s",
(
"The thermostat is currently not in a mode "
"that supports target temperature: %s"
),
operation_mode,
)