Skip to content

Commit aa14674

Browse files
committed
fix type hints
1 parent 1c8292b commit aa14674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/synapse_dataset_to_croissant_minimal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ def delete_non_current_croissant_file_in_synapse(
548548

549549

550550
@task
551-
def create_and_save_jsonld(**context) -> None:
551+
def create_and_save_jsonld(**context) -> List[Dict[str, str]]:
552552
"""
553553
Create and save the minimal croissant JSON-LD files to S3 and links to a synapse table for all datasets in the home page of data catalog.
554554

0 commit comments

Comments
 (0)