mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
transitous rewrite: add check_stations() function
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ def format_via_list(stops: dict) -> str:
|
||||
return via
|
||||
return None
|
||||
|
||||
def format_stop_list(stops: dict, next_stop: str) -> list[tuple[str, str]]:
|
||||
def format_stop_list(stops: dict, next_stop: str | None) -> list[tuple[str, str]]:
|
||||
fields = []
|
||||
field_lines, field_length, part = [], 0, 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user