diff --git a/ORStools/common/directions_core.py b/ORStools/common/directions_core.py index 705abdea..06c530a9 100644 --- a/ORStools/common/directions_core.py +++ b/ORStools/common/directions_core.py @@ -264,7 +264,7 @@ def build_default_parameters( def get_extra_info_features_directions( - response: dict, extra_info_order: list[str], to_from_values: Optional[list] = None + response: dict, extra_info_order: List[str], to_from_values: Optional[list] = None ): extra_info_order = [ key if key != "waytype" else "waytypes" for key in extra_info_order