Skip to content

Commit

Permalink
Update api_renpho.py
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 authored Apr 19, 2024
1 parent 247dcfc commit 7ce0c39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions custom_components/renpho/api_renpho.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ async def check_proxy(self):
finally:
await session.close()



async def _request(self, method: str, url: str, retries: int = 3, skip_auth=False, **kwargs):
"""
Perform an API request and return the parsed JSON response.
Expand Down Expand Up @@ -683,4 +681,4 @@ class APIError(Exception):


class ClientSSLError(Exception):
pass
pass

0 comments on commit 7ce0c39

Please sign in to comment.