From d81b1b0675ef44e688e6da23e693be4ee0da9468 Mon Sep 17 00:00:00 2001 From: Christian Ferbar <5595808+ferbar@users.noreply.github.com> Date: Wed, 21 Aug 2024 00:07:59 +0200 Subject: [PATCH] cleanup --- immich_auto_album.py | 1 - 1 file changed, 1 deletion(-) diff --git a/immich_auto_album.py b/immich_auto_album.py index 1497422..88b491e 100644 --- a/immich_auto_album.py +++ b/immich_auto_album.py @@ -194,7 +194,6 @@ def parseSeparatedStrings(items: list[str]) -> dict: return d def create_album_name(path_chunks: list[str], album_separator: str) -> str: - """ Create album names from provided path_chunks string array.