Skip to content

Commit

Permalink
fix: linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzniaievdm committed Jan 5, 2024
1 parent 507311b commit fe2b4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/djangoapps/contentstore/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@ def get_container_handler_context(request, usage_key):
ancestor_xblocks.reverse()

if unit is None:
raise ValueError("Could not determine unit page")
raise ValueError("Could not determine unit page")

subsection = get_parent_xblock(unit)
if subsection is None:
Expand Down

0 comments on commit fe2b4aa

Please sign in to comment.