Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkarkera committed Oct 7, 2024
1 parent 47cb6f4 commit c6736b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/content_libraries/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ def set_library_component_collections(
created_by: int | None = None,
# As an optimization, callers may pass in a pre-fetched ContentLibrary instance
content_library: ContentLibrary | None = None,
) -> Collection:
) -> Component:
"""
It Associates the component with collections for the given collection keys.
Expand Down

0 comments on commit c6736b8

Please sign in to comment.