Skip to content

Commit

Permalink
style: fix indentations
Browse files Browse the repository at this point in the history
Co-authored-by: monteri <[email protected]>
  • Loading branch information
NiedielnitsevIvan and monteri authored Apr 17, 2024
1 parent d592955 commit 693b86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedx/features/course_experience/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def get_course_outline_block_tree_with_cache(request, course_id, user=None, allo
Returns the root block of the course outline, with children as blocks.
allow_start_dates_in_future (bool): When True, will allow blocks to be
returned that can bypass the StartDateTransformer's filter to show
blocks with start dates in the future.
returned that can bypass the StartDateTransformer's filter to show
blocks with start dates in the future.
"""
return get_course_outline_block_tree(request, course_id, user, allow_start_dates_in_future)

Expand Down

0 comments on commit 693b86e

Please sign in to comment.