Skip to content

Commit e9e3a86

Browse files
committed
fix: lint issues
1 parent 7fd393b commit e9e3a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/djangoapps/contentstore/rest_api/v2/views/downstreams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def get(self, request: _AuthenticatedRequest):
378378
course_key_string = request.GET.get('course_id')
379379
ready_to_sync = request.GET.get('ready_to_sync')
380380
upstream_container_key = request.GET.get('upstream_container_key')
381-
link_filter: dict[str, CourseKey | UsageKey | bool] = {}
381+
link_filter: dict[str, CourseKey | LibraryContainerLocator | bool] = {}
382382
paginator = DownstreamListPaginator()
383383
if course_key_string:
384384
try:

0 commit comments

Comments
 (0)