Skip to content

Commit 4a3773b

Browse files
committed
lint
1 parent 84bfbb9 commit 4a3773b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nowcasting_datamodel/read/read.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ def get_latest_forecast_for_gsps(
259259
:param preload_children: Option to preload children. This is a speed up, if we need them.
260260
:param historic: Option to load historic values or not
261261
:param gsp_ids: Option to filter on gsps. If None, then only the lastest forecast is loaded.
262-
List of forecasts objects from database
262+
263+
:return: List of forecasts objects from database
263264
264265
"""
265266
order_by_cols = []
@@ -361,8 +362,6 @@ def get_forecast_values(
361362
forecast_horizon_minutes=120, means load the forecast than was made 2 hours before the
362363
target time. Note this only works for non-historic data.
363364
364-
return:
365-
366365
return: List of forecasts values objects from database
367366
368367
"""

0 commit comments

Comments
 (0)