style: docコメント追加。余分なスペース削除。
This commit is contained in:
parent
a6b17b0c78
commit
418b6e417e
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user