Skip to content

Commit

Permalink
black
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 6, 2023
1 parent 548cded commit d7349e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flexmeasures/data/schemas/scheduling/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class EfficiencyField(QuantityField):
...
marshmallow.exceptions.ValidationError: ['Must be greater than 0 and less than or equal to 1.']
"""

def __init__(self, *args, **kwargs):
super().__init__(
"%",
Expand Down

0 comments on commit d7349e3

Please sign in to comment.