From 1a6b71825f4f8392d354baa7020587dcac93ab29 Mon Sep 17 00:00:00 2001 From: "miroslav.suvada" Date: Sun, 5 Apr 2020 08:41:20 +0200 Subject: [PATCH] dummy commit to trigger CI/CD workflow --- open-weather/app/get_weather.py | 1 - 1 file changed, 1 deletion(-) 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.') -