mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Add line break to appease linter 88-char line length max
This commit is contained in:
parent
02bcc662a5
commit
9bf3d8aceb
1 changed files with 2 additions and 1 deletions
|
@ -224,7 +224,8 @@ class Journal:
|
|||
|
||||
@property
|
||||
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
|
||||
# time I came across this construction, worry not and embrace the ensuing moment
|
||||
# of enlightment.
|
||||
|
|
Loading…
Add table
Reference in a new issue