Removed dead code
This commit is contained in:
parent
0e0803a5e6
commit
c09a5d51c4
1 changed files with 0 additions and 2 deletions
|
@ -44,8 +44,6 @@ class WeatherColumnDesign (DesignEntity):
|
|||
temperature = forecast.air_temperature + " " + self.__get_unit__(("°C", "°F"))
|
||||
humidity = forecast.air_humidity + "%"
|
||||
windspeed = forecast.wind_speed + " " + self.__get_unit__(("km/h", "mph"))
|
||||
sunrise = self.__get_time__(forecast.sunrise)
|
||||
sunset = self.__get_time__(forecast.sunset)
|
||||
|
||||
numbers_list = [ [ temperature ],
|
||||
[ humidity ],
|
||||
|
|
Loading…
Reference in a new issue