Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 13, 2024
1 parent 51b89af commit bc2c644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def get_forecasts_from_database(
status_code=400,
detail="creation_utc_limit is not supported for historic=True forecasts. "
"These forecast are continuously updated, "
"compare to a forecast made a particular time.",
"compare to a forecast made a particular time.",
)

start_datetime = get_start_datetime(start_datetime=start_datetime_utc)
Expand Down

0 comments on commit bc2c644

Please sign in to comment.