From 6598bc4c15e3cef45cda33ebb80b599b93a0f1fa Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Tue, 22 Oct 2024 22:58:00 -0400 Subject: [PATCH] temp: update cms/djangoapps/contentstore/helpers.py Co-authored-by: Kyle McCormick --- cms/djangoapps/contentstore/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/helpers.py b/cms/djangoapps/contentstore/helpers.py index 079f19b26ef..97f90253f16 100644 --- a/cms/djangoapps/contentstore/helpers.py +++ b/cms/djangoapps/contentstore/helpers.py @@ -534,7 +534,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