Skip to content

Commit

Permalink
Fix ruff warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasddn committed Jan 20, 2025
1 parent 06e4744 commit 428d8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/volvo_cars/volvo/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from .data import DataCache
from .models import AuthorizationModel, TokenResponse, VolvoAuthException
from .util import async_retry, redact_data
from .util import redact_data

_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"
_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
Expand Down

0 comments on commit 428d8a7

Please sign in to comment.