style: docコメント追加。余分なスペース削除。

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2025-05-27 12:25:33 +09:00
parent a6b17b0c78
commit 418b6e417e
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ import boto3
class JskultBatchRunManager: class JskultBatchRunManager:
"""実消化&アルトマーク_バッチ実行管理テーブル(DynamoDB)の操作クラス"""
def __init__(self, table_name: str, execution_id: str): def __init__(self, table_name: str, execution_id: str):
self._table_name = table_name self._table_name = table_name
self._execution_id: str = execution_id self._execution_id: str = execution_id