diff --git a/cms/djangoapps/contentstore/helpers.py b/cms/djangoapps/contentstore/helpers.py index 9ba6fc1fe59..079f19b26ef 100644 --- a/cms/djangoapps/contentstore/helpers.py +++ b/cms/djangoapps/contentstore/helpers.py @@ -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 &