🐛 Fix IdfmInterface circular import issue
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
from .idfm_interface import IdfmInterface
|
|
||||||
|
|
||||||
from .idfm_types import (
|
from .idfm_types import (
|
||||||
Coordinate,
|
Coordinate,
|
||||||
Destinations,
|
Destinations,
|
||||||
@@ -38,7 +36,6 @@ __all__ = [
|
|||||||
"Coordinate",
|
"Coordinate",
|
||||||
"Destinations",
|
"Destinations",
|
||||||
"FramedVehicleJourney",
|
"FramedVehicleJourney",
|
||||||
"IdfmInterface",
|
|
||||||
"IdfmLineState",
|
"IdfmLineState",
|
||||||
"IdfmOperator",
|
"IdfmOperator",
|
||||||
"IdfmResponse",
|
"IdfmResponse",
|
||||||
|
@@ -5,7 +5,7 @@ from redis import asyncio as aioredis
|
|||||||
from yaml import safe_load
|
from yaml import safe_load
|
||||||
|
|
||||||
from backend.db import db
|
from backend.db import db
|
||||||
from backend.idfm_interface import IdfmInterface
|
from backend.idfm_interface.idfm_interface import IdfmInterface
|
||||||
from backend.settings import CacheSettings, Settings
|
from backend.settings import CacheSettings, Settings
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user