Skip to content

Commit

Permalink
add 2 brank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuji-hashimoto0110 authored and ryuji-hashimoto0110 committed Apr 7, 2024
1 parent cbf0949 commit 14dc590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pams/logs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def __init__(
self.ttl: Optional[int] = ttl
# TODO: Type validation


class ExpirationLog(Log):
"""Expiration type log class.
Expand Down Expand Up @@ -163,6 +164,7 @@ def __init__(
self.volume: int = volume
self.ttl: Optional[int] = ttl


class ExecutionLog(Log):
"""Execution type log class.
Expand Down

0 comments on commit 14dc590

Please sign in to comment.