Skip to content

Commit eab6546

Browse files
style: remove blank line
1 parent a107114 commit eab6546

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

firebase/auth/__init__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,10 +371,9 @@ def update_profile(self, id_token, display_name=None, photo_url=None, delete_att
371371
:param photo_url: User's new photo url.
372372
373373
:type delete_attribute: list[str] or None
374-
:param delete_attribute: List of attributes
375-
376-
to delete, "DISPLAY_NAME" or "PHOTO_URL". This will nullify
377-
these values.
374+
:param delete_attribute: List of attributes to delete,
375+
"DISPLAY_NAME" or "PHOTO_URL". This will nullify these
376+
values.
378377
379378
:return: UserInfo and Firebase Auth Tokens.
380379
:rtype: dict

0 commit comments

Comments
 (0)