mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
run poe format
This commit is contained in:
parent
7eec231095
commit
eac0571709
1 changed files with 2 additions and 2 deletions
|
@ -19,6 +19,6 @@ class JrnlException(Exception):
|
|||
def print(self) -> None:
|
||||
for msg in self.messages:
|
||||
print_msg(msg)
|
||||
|
||||
|
||||
def has_message_text(self, message_text: "MsgText"):
|
||||
return any([m.text == message_text for m in self.messages])
|
||||
return any([m.text == message_text for m in self.messages])
|
||||
|
|
Loading…
Add table
Reference in a new issue