Skip to content

Commit

Permalink
styele: fix line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Sep 19, 2021
1 parent f1d3fc7 commit bb0ea79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datadis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ def get_contract_detail(token: str, cups: str,

def get_consumption_data(token: str, cups: str,
distrubutor_code: str, start_date: str, end_date: str,
measurement_type: Literal[0, 1]) -> List[ConsumptionData]:
measurement_type: Literal[0, 1]
) -> List[ConsumptionData]:
headers = {'Authorization': f'Bearer {token}'}

r = requests.get(_ENDPOINTS['get_consumption_data']
Expand Down

0 comments on commit bb0ea79

Please sign in to comment.