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 Apr 22, 2022
1 parent ac2749d commit 0bf19dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_gsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_read_forecast_one_gsp(db_session):
forecast_value_1_sql = forecast_value_1.to_orm()

forecast_value_2 = ForecastValue(
target_time=datetime(2022, 6, 1,1), expected_power_generation_megawatts=2
target_time=datetime(2022, 6, 1, 1), expected_power_generation_megawatts=2
)
forecast_value_2_sql = forecast_value_2.to_orm()

Expand Down

0 comments on commit 0bf19dc

Please sign in to comment.