Skip to content

Commit 34d8f50

Browse files
Fix documentation in EV current formula generator
The EV current formula generator won't raise `ComponentNotFound` because it is not looking for a grid component while generating the formula. Signed-off-by: Daniel Zullo <[email protected]>
1 parent 30e3a73 commit 34d8f50

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/frequenz/sdk/timeseries/logical_meter/_formula_generators/_ev_charger_current_formula.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ async def generate(self) -> FormulaEngine3Phase:
2222
2323
Returns:
2424
A formula engine that calculates total 3-phase ev charger current values.
25-
26-
Raises:
27-
ComponentNotFound: when the component graph doesn't have a `GRID` component.
2825
"""
2926
component_graph = microgrid.get().component_graph
3027
ev_chargers = [

0 commit comments

Comments
 (0)