diff --git a/open-weather/app/get_weather.py b/open-weather/app/get_weather.py index dba20c8..c4eae1a 100644 --- a/open-weather/app/get_weather.py +++ b/open-weather/app/get_weather.py @@ -49,4 +49,3 @@ class InvalidFormat(Exception): ' humidity={humidity}') else: exit('API not online.') -