Skip to content

Commit

Permalink
test: remove the typing from 848ac0c
Browse files Browse the repository at this point in the history
The Redwood branch is still using Python 3.8 for unit tests.
This commit can be safely ignored in Sumac.
  • Loading branch information
Agrendalath committed Dec 17, 2024
1 parent 848ac0c commit 1ddf5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/course_home_api/outline/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def completions_dict(self):
}

@cached_property
def aggregator_block_types(self) -> set[str]:
def aggregator_block_types(self):
"""
Return a set of block types that belong to XBlockCompletionMode.AGGREGATOR.
Expand Down

0 comments on commit 1ddf5b6

Please sign in to comment.