Skip to content

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
cdnninja committed Apr 14, 2024
1 parent 243dec7 commit 8dccb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/yoto/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import logging
from typing import Any

from hyundai_kia_connect_api import Token, VehicleManager
from yoto_api import Token, YotoManager
import voluptuous as vol

from homeassistant import config_entries
Expand Down

0 comments on commit 8dccb97

Please sign in to comment.