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):