Skip to content

Commit

Permalink
fixup remove uncommented comment text
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlandia committed Jul 6, 2023
1 parent 7919ec6 commit feffc88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openedx/core/djangoapps/appsembler/openedx_api/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class AllowedCourseOrgFilterSet(filters.FilterSet):
CourseUserGroup: 'course_id__startswith',
GeneratedCertificate: 'course_id__startswith',
BlockCompletion: 'context_key__startswith',
...
}

# have no ForeignKey to CourseOverview or other path to Organization,
Expand Down Expand Up @@ -107,4 +106,4 @@ def filter_allowed_org(self, queryset, name, value):
else:
return queryset.filter(**{lookup: user_allowed_org})

# don't declare an explicit model via Meta
# don't declare an explicit model via Meta

0 comments on commit feffc88

Please sign in to comment.