Skip to content

Commit

Permalink
Merge pull request #15 from flora-hofmann-frequenz/arguments_error
Browse files Browse the repository at this point in the history
Use keyword arguments
  • Loading branch information
flora-hofmann-frequenz authored Oct 2, 2024
2 parents 6a2ab86 + cbb7e19 commit 134e8ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
## Bug Fixes

* Change 0.0 to nan if there is no data available
* Enforce keyword arguments in cumulative_energy function
1 change: 1 addition & 0 deletions src/frequenz/reporting/_reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

# pylint: disable-next=too-many-arguments
async def cumulative_energy(
*,
client: ReportingApiClient,
microgrid_id: int,
component_id: int,
Expand Down

0 comments on commit 134e8ea

Please sign in to comment.