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

@@ -1,8 +1,8 @@
from typing import Any, List, Mapping, Union
from pyrmv.classes.message import Message
from pyrmv.classes.stop import Stop
from pyrmv.utility import ref_upgrade
from ..classes.message import Message
from ..classes.stop import Stop
from ..utility import ref_upgrade
class Journey: