From 8bdb5609ae21bbd30a407491b3ac5a2d2574511b Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 11 Jun 2022 15:16:31 -0700 Subject: [PATCH] fix format --- jrnl/plugins/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jrnl/plugins/util.py b/jrnl/plugins/util.py index 202b4d5a..a2188306 100644 --- a/jrnl/plugins/util.py +++ b/jrnl/plugins/util.py @@ -1,6 +1,7 @@ # Copyright (C) 2012-2022 jrnl contributors # License: https://www.gnu.org/licenses/gpl-3.0.html + def get_tags_count(journal): """Returns a set of tuples (count, tag) for all tags present in the journal.""" # Astute reader: should the following line leave you as puzzled as me the first time