removed code that prevented geographic coordinates from being passed to core. the weather skill uses coordinates to make API calls.

pull/198/head
Chris Veilleux 2019-10-21 20:36:05 -05:00
parent 758bfe68a8
commit 97e003d41c
1 changed files with 0 additions and 5 deletions

View File

@ -49,11 +49,6 @@ class GeolocationEndpoint(PublicEndpoint):
self.request_geolocation
)
if selected_geolocation is not None:
selected_geolocation = asdict(selected_geolocation)
del(selected_geolocation['longitude'])
del(selected_geolocation['latitude'])
return selected_geolocation
def _get_cities(self):