Skip to content

Commit

Permalink
Merge branch 'main' into async
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyKh committed Feb 21, 2024
2 parents 7e5c527 + 7a7be60 commit 7bcb409
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iec_api/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ async def get_device_type(session: ClientSession, token: JWT, bp_number: str, co
# sending get request and saving the response as response object
return await _get_response_with_descriptor(
session, token, GET_DEVICE_TYPE_URL.format(bp_number=bp_number, contract_id=contract_id), device_type_decoder
)


async def get_billing_invoices(session: ClientSession, token: JWT, bp_number: str, contract_id: str) -> GetInvoicesBody:
Expand Down

0 comments on commit 7bcb409

Please sign in to comment.