Skip to content

Commit

Permalink
Update api_renpho.py
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebou12 committed Mar 5, 2024
1 parent d9cf62f commit fc2849d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/renpho/api_renpho.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down Expand Up @@ -700,4 +700,4 @@ class APIError(Exception):


class ClientSSLError(Exception):
pass
pass

0 comments on commit fc2849d

Please sign in to comment.