We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a2ab86 + cbb7e19 commit 134e8eaCopy full SHA for 134e8ea
RELEASE_NOTES.md
@@ -15,3 +15,4 @@
15
## Bug Fixes
16
17
* Change 0.0 to nan if there is no data available
18
+* Enforce keyword arguments in cumulative_energy function
src/frequenz/reporting/_reporting.py
@@ -17,6 +17,7 @@
# pylint: disable-next=too-many-arguments
19
async def cumulative_energy(
20
+ *,
21
client: ReportingApiClient,
22
microgrid_id: int,
23
component_id: int,
0 commit comments