Skip to content

Commit

Permalink
fix: correct type for total system rate in pump system v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsolaas committed Sep 12, 2023
1 parent d40558e commit b418983
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


class OperationalSettings(ConsumerSystemOperationalConditionBase):
total_system_rate: Optional[str] = Field(
total_system_rate: Optional[ExpressionType] = Field(
None,
title="Total system rate",
description="The total system rate expression."
Expand Down

0 comments on commit b418983

Please sign in to comment.