style: 不要なコメント削除

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2024-02-13 13:34:46 +09:00
parent 58e3a182bc
commit 8ca83fcc74

View File

@ -81,11 +81,6 @@ def is_duplicate_message(message_id: str) -> bool:
)["Count"] != 0
# Put the message to the DynamoDB Table.
# @input string batch_item_success
#
# @param batch_item_success of the message to put.
# @return Boolean
def push_success_messages_to_dynamo_db(batch_item_success: list[str]) -> bool:
"""処理済みのSQSメッセージIdをDynamoDBにPushする
@ -104,7 +99,7 @@ def push_success_messages_to_dynamo_db(batch_item_success: list[str]) -> bool:
def substitute_mail_template(mail_template: str, receive_timing: str, mail_msg: str) -> str:
"""メールテンプレートのプレースホルダーを置き換えます
"""メールテンプレートのプレースホルダーを置き換え
Args:
mail_template (str): 置き換え前のメールテンプレート