Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
ormsbee and kdmccormick authored Oct 23, 2024
1 parent 5d03bc8 commit d57bb48
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
@@ -472,7 +472,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 &

0 comments on commit d57bb48

Please sign in to comment.