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.