aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc')
-rw-r--r--pyblackbird_cc/resources/s3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/resources/s3.py b/pyblackbird_cc/resources/s3.py
index da844ae..e9703ca 100644
--- a/pyblackbird_cc/resources/s3.py
+++ b/pyblackbird_cc/resources/s3.py
@@ -60,7 +60,7 @@ def upload_files_to_s3(files: Sequence, dir_name: str) -> None:
)
-def upload_snapshotted_pages_to_s3(snapshotted_pages):
+def upload_snapshotted_pages_to_s3(snapshotted_pages) -> bool:
s3_client = get_s3_client()
collection_type = _get_pdf_collection_type(snapshotted_pages)
if collection_type in ["SINGLE_PDF_SINGLE_PAGE", "SINGLE_PDF_MULTI_PAGE"]: