Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 authored Feb 5, 2024
1 parent 3fba305 commit 2f80e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/teslemetry/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
from datetime import timedelta
from typing import Any

from tesla_fleet_api import EnergySpecific, VehicleSpecific, VehicleDataEndpoints
from tesla_fleet_api import EnergySpecific, VehicleSpecific
from tesla_fleet_api.const import VehicleDataEndpoints
from tesla_fleet_api.exceptions import TeslaFleetError, VehicleOffline

from homeassistant.core import HomeAssistant
Expand Down

0 comments on commit 2f80e30

Please sign in to comment.