We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab7269 commit 59600ebCopy full SHA for 59600eb
1 file changed
openedx_authz/rest_api/utils.py
@@ -105,7 +105,7 @@ def sort_assignments(
105
106
Args:
107
assignments (list[dict]): The assignments to sort.
108
- sort_by (SortField, optional): The field to sort by. Defaults to AssignmentSortField.ROLE.
+ sort_by (AssignmentSortField, optional): The field to sort by. Defaults to AssignmentSortField.ROLE.
109
order (SortOrder, optional): The order to sort by. Defaults to SortOrder.ASC.
110
111
Raises:
0 commit comments