code style

This commit is contained in:
jonaswinkler
2021-02-02 23:58:25 +01:00
parent 50cbbb972d
commit eeff7b3bdb
3 changed files with 5 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ logger = logging.getLogger(__name__)
def _tags_from_path(filepath):
"""Walk up the directory tree from filepath to CONSUMPTION_DIr
"""Walk up the directory tree from filepath to CONSUMPTION_DIR
and get or create Tag IDs for every directory.
"""
tag_ids = set()