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 May 14, 2024
1 parent 8db4d95 commit 6e6ff29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pydantic_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ class NationalForecastValue(ForecastValue):
None, description="Dictionary to hold properties of the forecast, like p_levels. "
)

expected_power_generation_normalized: float = Field('exclude the normalized power', exclude=True)
expected_power_generation_normalized: float = Field(
"exclude the normalized power", exclude=True
)

@validator("expected_power_generation_megawatts")
def result_check(cls, v):
Expand Down

0 comments on commit 6e6ff29

Please sign in to comment.