Merge branch 'k8s-integration' into develop

This commit is contained in:
2023-10-22 23:37:44 +02:00
17 changed files with 29 additions and 26 deletions

View File

@@ -8,8 +8,8 @@ from msgspec import ValidationError
from msgspec.json import Decoder
from .idfm_types import Destinations as IdfmDestinations, IdfmResponse, IdfmState
from db import Database
from models import Line, Stop, StopArea
from ..db import Database
from ..models import Line, Stop, StopArea
class IdfmInterface: