mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-08 01:06:12 +02:00
fix some linting issues for failing PR (#1745)
This commit is contained in:
parent
959e18ad91
commit
4cb5d1e436
3 changed files with 3 additions and 3 deletions
|
@ -90,4 +90,4 @@ class MsgStyle(Enum):
|
|||
|
||||
@property
|
||||
def box_title(self) -> MsgText:
|
||||
return self.value.get("box_title", None)
|
||||
return self.value.get("box_title")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue