fix wrong import

This commit is contained in:
Amazed 2022-01-03 21:21:23 +01:00
parent a77f4649be
commit e03d53642b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from homeassistant.core import HomeAssistant
from homeassistant.const import TIME_MINUTES
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
from sncf import SNCF, SNCFJourney
from .sncf import SNCF, SNCFJourney
def setup_platform(