♻️ Use of relative imports for api modules

This commit is contained in:
2023-10-22 23:34:58 +02:00
parent 0a7337a313
commit 1bb75b28eb
11 changed files with 20 additions and 20 deletions

View File

@@ -2,7 +2,7 @@ from enum import StrEnum
from pydantic import BaseModel
from idfm_interface import (
from ..idfm_interface import (
IdfmLineState,
IdfmState,
TransportMode as IdfmTransportMode,