fix wrong import
This commit is contained in:
parent
a77f4649be
commit
e03d53642b
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user