From d65d1ed743df0ced33e6adfc8497aa97977cfd75 Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Thu, 21 Feb 2019 17:19:14 +0100 Subject: [PATCH] Removed unnecessary import. --- Calendar/WeatherInterface.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Calendar/WeatherInterface.py b/Calendar/WeatherInterface.py index 4ba606c..6e3171b 100644 --- a/Calendar/WeatherInterface.py +++ b/Calendar/WeatherInterface.py @@ -1,5 +1,3 @@ -from WeatherForecast import WeatherForecast - class WeatherInterface (object): """Interface for fetching and processing weather forecast information.""" def is_available (self):