p3pp01 commited on
Commit
d7031db
·
1 Parent(s): f102f38
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -104,7 +104,6 @@ def get_current_weather_on_location(location: str) -> str:
104
  return description
105
 
106
 
107
- @function
108
  def get_latitude_longitude_by_location(location: str) -> str:
109
  """A function that fetches from a location the latitude and longitude via Google Geocoding API
110
  Args:
 
104
  return description
105
 
106
 
 
107
  def get_latitude_longitude_by_location(location: str) -> str:
108
  """A function that fetches from a location the latitude and longitude via Google Geocoding API
109
  Args: