From 9bf3d8acebdabdf47932b81ae9cbce05c9d8cc1f Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sun, 24 Mar 2024 08:34:26 -0700 Subject: [PATCH] Add line break to appease linter 88-char line length max --- jrnl/journals/Journal.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jrnl/journals/Journal.py b/jrnl/journals/Journal.py index f5365fb4..28478da1 100644 --- a/jrnl/journals/Journal.py +++ b/jrnl/journals/Journal.py @@ -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.