From 7ce0c39eef074e76dbd32fa5aa737aa825f8a394 Mon Sep 17 00:00:00 2001 From: Antoine Boucher Date: Fri, 19 Apr 2024 18:30:32 -0400 Subject: [PATCH] Update api_renpho.py --- custom_components/renpho/api_renpho.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/custom_components/renpho/api_renpho.py b/custom_components/renpho/api_renpho.py index 3e515e5..004876a 100755 --- a/custom_components/renpho/api_renpho.py +++ b/custom_components/renpho/api_renpho.py @@ -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. @@ -683,4 +681,4 @@ class APIError(Exception): class ClientSSLError(Exception): - pass \ No newline at end of file + pass