Skip to content

Commit

Permalink
Update audi_connect_account.py
Browse files Browse the repository at this point in the history
ruff
  • Loading branch information
Kolbi committed Mar 7, 2024
1 parent 164da92 commit d0336c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/audiconnect/audi_connect_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

from abc import ABC, abstractmethod

from .audi_services import AudiService
from .audi_api import AudiAPI
from .util import log_exception, get_attr, parse_int, parse_float

_LOGGER = logging.getLogger(__name__)

MAX_RESPONSE_ATTEMPTS = 10
REQUEST_STATUS_SLEEP = 5

from .audi_services import AudiService
from .audi_api import AudiAPI
from .util import log_exception, get_attr, parse_int, parse_float

ACTION_LOCK = "lock"
ACTION_CLIMATISATION = "climatisation"
ACTION_CHARGER = "charger"
Expand Down

0 comments on commit d0336c7

Please sign in to comment.