Skip to content

Commit 134e8ea

Browse files
Merge pull request #15 from flora-hofmann-frequenz/arguments_error
Use keyword arguments
2 parents 6a2ab86 + cbb7e19 commit 134e8ea

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)