Fix london_underground TUBE_LINES to match current API output (#79410)

Fix: Update london_underground component with updated TUBE_LINES list to match current API output
This commit is contained in:
John Levermore 2022-10-08 19:53:32 +01:00 committed by GitHub
parent 4baba77780
commit 506695fdc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,13 +39,13 @@ TUBE_LINES = [
"Circle", "Circle",
"District", "District",
"DLR", "DLR",
"Elizabeth line",
"Hammersmith & City", "Hammersmith & City",
"Jubilee", "Jubilee",
"London Overground", "London Overground",
"Metropolitan", "Metropolitan",
"Northern", "Northern",
"Piccadilly", "Piccadilly",
"TfL Rail",
"Victoria", "Victoria",
"Waterloo & City", "Waterloo & City",
] ]