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

@@ -4,7 +4,7 @@ from typing import OrderedDict, Union
from requests import get
from xmltodict import parse as xmlparse
from pyrmv.utility import weekdays_bitmask
from ..utility import weekdays_bitmask
try:
from typing import Literal