Improved and cleaned up imports

This commit is contained in:
2024-09-15 00:54:56 +02:00
parent 483aae38b3
commit c70982755d
10 changed files with 28 additions and 28 deletions

View File

@@ -3,9 +3,9 @@ from typing import Any, List, Mapping, Union
from isodate import Duration, parse_duration
from pyrmv.classes.gis import Gis
from pyrmv.classes.message import Message
from pyrmv.classes.stop import StopTrip
from ..classes.gis import Gis
from ..classes.message import Message
from ..classes.stop import StopTrip
class Leg: