Skip to content

Commit

Permalink
fixup! feat!: Drop the block_structure.storage_backing_for_cache waff…
Browse files Browse the repository at this point in the history
…le switch.
  • Loading branch information
feanil committed Sep 24, 2024
1 parent a64dad5 commit 3ebf286
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions openedx/core/djangoapps/content/block_structure/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ def update_course_in_cache_v2(self, **kwargs):
Updates the course blocks (mongo -> BlockStructure) for the specified course.
Keyword Arguments:
course_id (string) - The string serialized value of the course key.
with_storage (boolean) - Whether or not storage backing should be
enabled for the generated block structure(s).
"""
_update_course_in_cache(self, **kwargs)

Expand Down Expand Up @@ -71,8 +69,6 @@ def get_course_in_cache_v2(self, **kwargs):
Gets the course blocks for the specified course, updating the cache if needed.
Keyword Arguments:
course_id (string) - The string serialized value of the course key.
with_storage (boolean) - Whether or not storage backing should be
enabled for any generated block structure(s).
"""
_get_course_in_cache(self, **kwargs)

Expand Down

0 comments on commit 3ebf286

Please sign in to comment.