Skip to content

Commit

Permalink
temp: update cms/djangoapps/contentstore/helpers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle McCormick <[email protected]>
  • Loading branch information
ormsbee and kdmccormick committed Oct 23, 2024
1 parent feb8ee1 commit b195b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/djangoapps/contentstore/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def _import_files_into_course(
staged_content_id: int,
static_files: list[content_staging_api.StagedContentFileData],
usage_key: UsageKey,
) -> (StaticFileNotices, dict[str, str]):
) -> tuple[StaticFileNotices, dict[str, str]]:
"""
For the given staged static asset files (which are in "Staged Content" such
as the user's clipbaord, but which need to end up in the course's Files &
Expand Down

0 comments on commit b195b65

Please sign in to comment.