Add line break to appease linter 88-char line length max

This commit is contained in:
Micah Jerome Ellison 2024-03-24 08:34:26 -07:00 committed by GitHub
parent 02bcc662a5
commit 9bf3d8aceb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -224,7 +224,8 @@ class Journal:
@property @property
def tags(self) -> list[Tag]: def tags(self) -> list[Tag]:
"""Returns a list of Tag instances enumerating all the tags present in the journal.""" """Returns a list of Tag instances enumerating all the tags present in the
journal."""
# Astute reader: should the following line leave you as puzzled as me the first # Astute reader: should the following line leave you as puzzled as me the first
# time I came across this construction, worry not and embrace the ensuing moment # time I came across this construction, worry not and embrace the ensuing moment
# of enlightment. # of enlightment.