Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed May 7, 2024
1 parent bf1beca commit 3fc8b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/network/api/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def update_client_data(self, client_data, status, role):
self.statestore.update_client_status(client_data, status, role)

def get_client_info(self):
"""list available client in statestore.
"""List available client in statestore.
:return: list of client objects
:rtype: list(ObjectId)
Expand Down

0 comments on commit 3fc8b3d

Please sign in to comment.