Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed May 9, 2024
1 parent 42566af commit 11a7533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsys_airflow/dags/data_exports/gobi_transmission.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def send_gobi_records():

gather_files = gather_files_task(vendor="gobi")

generate_isbn_list = gobi_list_from_marc_files (gather_files)
generate_isbn_list = gobi_list_from_marc_files(gather_files)

transmit_data = transmit_data_ftp_task(
"ftp-ftp.ybp.com-stanford", generate_isbn_list
Expand Down

0 comments on commit 11a7533

Please sign in to comment.