From 14dc590dfe4a900f70e744f7c76c6c4c9f4fc2e2 Mon Sep 17 00:00:00 2001 From: ryuji-hashimoto0110 Date: Sun, 7 Apr 2024 14:06:16 +0900 Subject: [PATCH] add 2 brank lines --- pams/logs/base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pams/logs/base.py b/pams/logs/base.py index 5ff407bc..e11977b2 100644 --- a/pams/logs/base.py +++ b/pams/logs/base.py @@ -119,6 +119,7 @@ def __init__( self.ttl: Optional[int] = ttl # TODO: Type validation + class ExpirationLog(Log): """Expiration type log class. @@ -163,6 +164,7 @@ def __init__( self.volume: int = volume self.ttl: Optional[int] = ttl + class ExecutionLog(Log): """Execution type log class.