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 Apr 29, 2024
1 parent 005c661 commit 6ae994c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion custom_components/audiconnect/audi_connect_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@

from .audi_services import AudiService
from .audi_api import AudiAPI
from .util import log_exception, get_attr, parse_int, parse_float, parse_datetime, log_vin
from .util import (
log_exception,
get_attr,
parse_int,
parse_float,
parse_datetime,
log_vin,
)

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 6ae994c

Please sign in to comment.