Skip to content

Commit a9d78ab

Browse files
author
Nick Shorter
committed
Deleted Unused code
1 parent 0ee4681 commit a9d78ab

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/weather/weatherbase.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ class WeatherBase():
5050

5151
@dataclass(repr=True)
5252
class Weather():
53-
api: APIWeather
54-
# (lat, lng)
55-
location: Tuple[float, float]
56-
location_name: str
57-
current: CurrentWeather
58-
dayforcast: DayForcast
59-
60-
@dataclass(repr=True)
61-
class OpenWeatherResult(WeatherBase):
6253
api: APIWeather
6354
# (lat, lng)
6455
location: Tuple[float, float]

0 commit comments

Comments
 (0)