Skip to content

Commit 6913eca

Browse files
committed
Fix lint error
1 parent 31b7239 commit 6913eca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

firebase_admin/_user_mgt.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,8 @@ def get_users(self, identifiers):
596596
Raises:
597597
ValueError: If any of the identifiers are invalid or if more than
598598
100 identifiers are specified.
599+
UnexpectedResponseError: If the backend server responds with an
600+
unexpected message.
599601
"""
600602
if not identifiers:
601603
return []
@@ -753,6 +755,8 @@ def delete_users(self, uids, force_delete=False):
753755
Raises:
754756
ValueError: If any of the identifiers are invalid or if more than 1000
755757
identifiers are specified.
758+
UnexpectedResponseError: If the backend server responds with an
759+
unexpected message.
756760
"""
757761
if not uids:
758762
return BatchDeleteAccountsResponse()

0 commit comments

Comments
 (0)