Removed unnecessary import.

This commit is contained in:
Maximilian Giller 2019-02-21 17:19:14 +01:00
parent 2b4406d613
commit d65d1ed743

View file

@ -1,5 +1,3 @@
from WeatherForecast import WeatherForecast
class WeatherInterface (object):
"""Interface for fetching and processing weather forecast information."""
def is_available (self):