From 4e8cdf0cf5d9460daa500dbcd4a6ccc940d115e3 Mon Sep 17 00:00:00 2001 From: "Kyle D. McCormick" Date: Fri, 25 Oct 2024 14:24:29 -0400 Subject: [PATCH] temp: pycodestyle violation --- common/djangoapps/student/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/djangoapps/student/forms.py b/common/djangoapps/student/forms.py index 8e5a663dcdee..9be815a3269f 100644 --- a/common/djangoapps/student/forms.py +++ b/common/djangoapps/student/forms.py @@ -18,6 +18,7 @@ from common.djangoapps.student.message_types import AccountRecovery as AccountRecoveryMessage + def send_account_recovery_email_for_user(user, request, email=None): """ Send out a account recovery email for the given user.