REFACTOR AEMET weather file
This commit is contained in:
@@ -114,8 +114,7 @@ async def get_weather_history(
|
||||
end_date: date = Query(..., description="End date"),
|
||||
latitude: float = Query(..., description="Latitude"),
|
||||
longitude: float = Query(..., description="Longitude"),
|
||||
tenant_id: str = Depends(get_current_tenant_id_dep),
|
||||
current_user: Dict[str, Any] = Depends(get_current_user_dep),
|
||||
tenant_id: str = Depends(get_current_tenant_id_dep)
|
||||
):
|
||||
"""Get historical weather data"""
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user