Skip to content

Commit b20f916

Browse files
Update src/frequenz/reporting/_reporting.py
Co-authored-by: Leandro Lucarella <[email protected]> Signed-off-by: flora-hofmann-frequenz <[email protected]>
1 parent a075969 commit b20f916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/reporting/_reporting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""Type for cumulative energy consumption and production over a specified time."""
1616

1717

18-
# pylint: disable=too-many-arguments
18+
# pylint: disable-next=too-many-arguments
1919
async def cumulative_energy(
2020
client: ReportingApiClient,
2121
microgrid_id: int,

0 commit comments

Comments
 (0)