Skip to content

Commit 7d1dd4f

Browse files
committed
fix linting
1 parent a423bad commit 7d1dd4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firebase_admin/_user_mgt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ def generate_email_action_link(
856856
elif new_email:
857857
raise ValueError(
858858
'new_email is only supported for the VERIFY_AND_CHANGE_EMAIL action type.')
859-
859+
860860
payload = {
861861
'requestType': _auth_utils.validate_action_type(action_type),
862862
'email': _auth_utils.validate_email(email, required=True),

0 commit comments

Comments
 (0)