Skip to content

Commit cbb7e19

Browse files
Use keyword arguments
Signed-off-by: Flora <[email protected]>
1 parent 6a2ab86 commit cbb7e19

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
## Bug Fixes
1616

1717
* Change 0.0 to nan if there is no data available
18+
* Enforce keyword arguments in cumulative_energy function

src/frequenz/reporting/_reporting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
# pylint: disable-next=too-many-arguments
1919
async def cumulative_energy(
20+
*,
2021
client: ReportingApiClient,
2122
microgrid_id: int,
2223
component_id: int,

0 commit comments

Comments
 (0)