style: retrunの隣にスペースを挿入

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2022-08-05 22:24:58 +09:00
parent 604a9aa30b
commit fe9f6ef42a

View File

@ -79,4 +79,4 @@ def prepare_data_fetch_process():
logger.info('I-PRE-09 データ取得準備処理を終了します')
# ⑧ 次の処理へ移行する
return(fetch_target_objects, execute_datetime, process_result)
return (fetch_target_objects, execute_datetime, process_result)