transitous rewrite: minor cleanup

This commit is contained in:
Kaaninchen
2026-08-17 15:52:12 +02:00
parent 842c944faa
commit f990a55da9
3 changed files with 2 additions and 6 deletions
-1
View File
@@ -264,6 +264,5 @@ def get_trip_details(random_connection: dict | None) -> dict | None:
if not valid:
return None
logger(json.dumps(trip_details, indent=4, ensure_ascii=False, default=str))
return trip_details