Skip to content

Commit 4ea477d

Browse files
committed
Fix linting issue.
1 parent e26c2fb commit 4ea477d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

centralized_metadata/ocrmypdf_processing_dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ def move_processed_pdfs(**context):
148148
dag=DAG,
149149
)
150150

151-
RUN_OCR >> MOVE_PROCESSED_FILES
151+
RUN_OCR.set_downstream(MOVE_PROCESSED_FILES)

0 commit comments

Comments
 (0)