From b9e07d4e9074f391762e6ed2d7e7d4c8a33a704a Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Sat, 16 Sep 2023 20:22:10 -0400 Subject: [PATCH] Removing defunct Midwest Airlines. --- owrx/airlines.py | 1 - 1 file changed, 1 deletion(-) diff --git a/owrx/airlines.py b/owrx/airlines.py index c9f80ba1..2cc0f474 100644 --- a/owrx/airlines.py +++ b/owrx/airlines.py @@ -3697,7 +3697,6 @@ AIRLINES = { "MIS": { "icao": "MIS", "name": "Midstate Airlines", "call": "MIDSTATE", "country": "United States" }, "FLA": { "icao": "FLA", "name": "Midway Express", "call": "PALM", "country": "United States" }, "FAX": { "icao": "FAX", "name": "Midwest Air Freighters", "call": "FAIRFAX", "country": "United States" }, - "MEP": { "icao": "MEP", "iata": "YX", "name": "Midwest Airlines", "call": "MIDEX", "country": "United States" }, "MWA": { "icao": "MWA", "iata": "MY", "name": "Midwest Airlines (Egypt)", "country": "Egypt" }, "NIT": { "icao": "NIT", "name": "Midwest Aviation", "call": "NIGHTTRAIN", "country": "United States" }, "MWT": { "icao": "MWT", "name": "Midwest Aviation Division", "call": "MIDWEST", "country": "United States" },