Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Jun 9, 2023
1 parent 7598b3a commit 13e00d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/data/schemas/reporting/aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def validate_weights(self, data, **kwargs):
if "alias" in beliefs_search_config:
aliases.append(beliefs_search_config.get("alias"))

# check the the aliases in weights are defined
# check that the aliases in weights are defined
for alias in data.get("weights").keys():
if alias not in aliases:
raise ValidationError(
Expand Down

0 comments on commit 13e00d7

Please sign in to comment.