diff --git a/custom_components/renpho/api_renpho.py b/custom_components/renpho/api_renpho.py index 2b168f4..2e57158 100755 --- a/custom_components/renpho/api_renpho.py +++ b/custom_components/renpho/api_renpho.py @@ -257,7 +257,7 @@ async def auth(self): self.auth_in_progress = False await session.close() - async def get_scale_users(self) -> List[Users]: + async def get_scale_users(self): """ Fetch the list of users associated with the scale. """ @@ -700,4 +700,4 @@ class APIError(Exception): class ClientSSLError(Exception): - pass \ No newline at end of file + pass