Skip to content

Commit

Permalink
fix: remove docs from app level
Browse files Browse the repository at this point in the history
  • Loading branch information
GlugovGrGlib committed Aug 16, 2024
1 parent bb07eb8 commit 480ccca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 64 deletions.
8 changes: 7 additions & 1 deletion lms/djangoapps/ccx/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,13 @@ def ccx_students_enrolling_center(action, identifiers, email_students, course_ke
log.info("%s", error)
errors.append(error)
break
enroll_email(course_key, email, auto_enroll=True, message_students=email_students, message_params=email_params)
enroll_email(
course_key,
email,
auto_enroll=True,
message_students=email_students,
message_params=email_params
)
elif action == 'Unenroll' or action == 'revoke': # lint-amnesty, pylint: disable=consider-using-in
for identifier in identifiers:
try:
Expand Down

This file was deleted.

0 comments on commit 480ccca

Please sign in to comment.