Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 2, 2024
1 parent 430841d commit a20b480
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion custom_components/audiconnect/audi_connect_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,10 @@ async def start_climate_control(
seat_rr,
)

_LOGGER.debug("Successfully started climate control of vehicle with VIN: %s", redacted_vin)
_LOGGER.debug(
"Successfully started climate control of vehicle with VIN: %s",
redacted_vin,
)

await self.notify(vin, ACTION_CLIMATISATION)

Expand Down

0 comments on commit a20b480

Please sign in to comment.