lint
This commit is contained in:
parent
8549f24600
commit
bb5adb3471
1 changed files with 3 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ class PersistLogsValidator(StrictDictValidator):
|
|||
"""
|
||||
return self._logs_directory.value
|
||||
|
||||
# pylint: disable=line-too-long
|
||||
@property
|
||||
def keep_logs_after(self) -> Optional[str]:
|
||||
"""
|
||||
|
|
@ -68,6 +69,8 @@ class PersistLogsValidator(StrictDictValidator):
|
|||
"""
|
||||
return self._keep_logs_after
|
||||
|
||||
# pylint: enable=line-too-long
|
||||
|
||||
@property
|
||||
def keep_successful_logs(self) -> bool:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue