Skip to content

Commit

Permalink
docs: update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nsprenkle committed Jun 4, 2024
1 parent 308a313 commit 0738e99
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions openedx_filters/learning/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,8 @@ def run_filter(cls, context, student_view_context):
Execute a filter with the specified signature.
Arguments:
context (dict): rendering context values like is_mobile_app, show_title..etc.,
student_view_context (dict): context passed to the student_view, includes query params
request (request): requests object
context (dict): rendering context values like is_mobile_app, show_title, etc.
student_view_context (dict): context passed to the student_view of the block context
"""
data = super().run_pipeline(context=context, student_view_context=student_view_context)
return data.get("context"), data.get("student_view_context")

Check warning on line 571 in openedx_filters/learning/filters.py

View check run for this annotation

Codecov / codecov/patch

openedx_filters/learning/filters.py#L570-L571

Added lines #L570 - L571 were not covered by tests
Expand Down

0 comments on commit 0738e99

Please sign in to comment.