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 b195b65 commit ae75ed5
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 @@ -536,7 +536,7 @@ def _import_file_into_course(
staged_content_id: int,
file_data_obj: content_staging_api.StagedContentFileData,
usage_key: UsageKey,
) -> (bool | None, dict):
) -> tuple[bool | None, dict]:
"""
Import a single staged static asset file into the course, unless it already exists.
Returns True if it was imported, False if there's a conflict, or None if
Expand Down

0 comments on commit ae75ed5

Please sign in to comment.