Removed unnecessary import.
This commit is contained in:
parent
2b4406d613
commit
d65d1ed743
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
from WeatherForecast import WeatherForecast
|
||||
|
||||
class WeatherInterface (object):
|
||||
"""Interface for fetching and processing weather forecast information."""
|
||||
def is_available (self):
|
||||
|
|
Loading…
Reference in a new issue