diff --git a/modules/locationdata.py b/modules/locationdata.py index d9699b0..78ee460 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -1013,5 +1013,3 @@ def get_openskynetwork(lat=0, lon=0): aircraft_report = aircraft_report[:-1] aircraft_report = abbreviate_noaa(aircraft_report) return aircraft_report if aircraft_report else NO_ALERTS - -