Skip to content

Commit

Permalink
run poe format
Browse files Browse the repository at this point in the history
  • Loading branch information
micahellison authored and wren committed Mar 4, 2023
1 parent 7eec231 commit eac0571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jrnl/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ def __init__(self, *messages: "Message"):
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])

0 comments on commit eac0571

Please sign in to comment.