Skip to content

Commit

Permalink
style: fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Sep 20, 2021
1 parent 3f2187f commit 93bf5a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion datadis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,11 @@ async def get_consumption_data(


async def get_max_power(
token: str, cups: str, distrubutor_code: int, start_date: str, end_date: str
token: str,
cups: str,
distrubutor_code: int,
start_date: str,
end_date: str,
) -> List[MaxPower]:
"""Search the maximum power and the result will appear in kW
Expand Down

0 comments on commit 93bf5a4

Please sign in to comment.