Skip to content

Commit b8751bc

Browse files
committed
lint
1 parent bef37cf commit b8751bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nowcasting_datamodel/read/read.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ def get_latest_forecast_for_gsps(
261261
:param historic: Option to load historic values or not
262262
:param gsp_ids: Option to filter on gsps. If None, then only the lastest forecast is loaded.
263263
:param forecast_horizon_hours: Optional filter on forecast horizon. For example
264-
forecast_horizon_hours=2, means load the forecast than was made 2 hours before the target time.
265-
Note this only works for non-historic data.
264+
forecast_horizon_hours=2, means load the forecast than was made 2 hours before the
265+
target time. Note this only works for non-historic data.
266266
267267
return: List of forecasts objects from database
268268

0 commit comments

Comments
 (0)