Skip to content

Commit

Permalink
refactor: address PR reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Jan 14, 2025
1 parent 35ffa69 commit 0746c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedx_filters/learning/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1031,10 +1031,10 @@ def run_filter(cls, serialized_courserun: dict) -> dict:
Process the serialized_courserun using the configured pipeline steps to modify the course run data.
Arguments:
serialized_courserun (dict): courserun data.
- serialized_courserun (dict): courserun data.
Returns:
dict: courserun data.
- dict: courserun data.
"""
data = super().run_pipeline(serialized_courserun=serialized_courserun)
return data.get("serialized_courserun")
Expand Down

0 comments on commit 0746c04

Please sign in to comment.