Skip to content

Commit 022bf43

Browse files
refactor: address PR reviews
1 parent 2c6662c commit 022bf43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: openedx_filters/filters.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def run_filter(self, user, course_key, mode):
3030
"course_key": course_key,
3131
"mode": "no-id-professional",
3232
}
33+
3334
Another version would be:
3435
3536
>>> class MyFilterStep(PipelineStep):

Diff for: openedx_filters/learning/filters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ def __init__(
675675
Initialize the exception with the message and the template to render instead.
676676
677677
Arguments:
678-
message (Str): error message for the exception.
678+
message (str): error message for the exception.
679679
course_about_template (str): template path rendered instead.
680680
template_context (dict): context used to the new course_about_template.
681681
"""

0 commit comments

Comments
 (0)