v.0.5.2 weather_checker
This commit is contained in:
@@ -51,7 +51,7 @@ class CurrentCondition:
|
||||
|
||||
|
||||
class Weather:
|
||||
def __init__(self, location, current):
|
||||
def __init__(self, location: Location, current: CurrentCondition):
|
||||
self.location = location
|
||||
self.current = current
|
||||
|
||||
|
||||
Reference in New Issue
Block a user