From 2c3431d7a5096099dd37a481814a787bfd940842 Mon Sep 17 00:00:00 2001 From: csparpa Date: Fri, 30 Jun 2017 20:06:32 +0200 Subject: [PATCH] Fix --- pyowm/constants.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyowm/constants.py b/pyowm/constants.py index 0ceb2e3d..f0d8c02c 100644 --- a/pyowm/constants.py +++ b/pyowm/constants.py @@ -4,5 +4,4 @@ PYOWM_VERSION = '2.7.1' LATEST_OWM_API_VERSION = '2.5' -DEFAULT_API_KEY = 'b1b15e88fa797225412429c1c50c122a' -\ \ No newline at end of file +DEFAULT_API_KEY = 'b1b15e88fa797225412429c1c50c122a' \ No newline at end of file