From ae75ed5a1b16df27f1c175244f714c87119cb357 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 da0beae7bc77..e67e337e55fa 100644 --- a/cms/djangoapps/contentstore/helpers.py +++ b/cms/djangoapps/contentstore/helpers.py @@ -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