style: 不要なコメント削除
This commit is contained in:
parent
58e3a182bc
commit
8ca83fcc74
@ -81,11 +81,6 @@ def is_duplicate_message(message_id: str) -> bool:
|
|||||||
)["Count"] != 0
|
)["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:
|
def push_success_messages_to_dynamo_db(batch_item_success: list[str]) -> bool:
|
||||||
"""処理済みのSQSメッセージIdをDynamoDBにPushする
|
"""処理済みの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:
|
def substitute_mail_template(mail_template: str, receive_timing: str, mail_msg: str) -> str:
|
||||||
"""メールテンプレートのプレースホルダーを置き換えます
|
"""メールテンプレートのプレースホルダーを置き換える
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
mail_template (str): 置き換え前のメールテンプレート
|
mail_template (str): 置き換え前のメールテンプレート
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user