fix format

This commit is contained in:
Jonathan Wren 2022-06-11 15:16:31 -07:00
parent 154179ed1f
commit 8bdb5609ae

View file

@ -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