From 91ee9cbde03faaec3aebdb7fc36e85cf4fc1964f Mon Sep 17 00:00:00 2001 From: nathannathant <74019033+pynathanthomas@users.noreply.github.com> Date: Mon, 1 Mar 2021 18:18:10 -0800 Subject: [PATCH] whitespace --- qobuz_dl/downloader.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qobuz_dl/downloader.py b/qobuz_dl/downloader.py index 6eef3bd..3aac3b5 100644 --- a/qobuz_dl/downloader.py +++ b/qobuz_dl/downloader.py @@ -50,7 +50,6 @@ def get_description(u: dict, track_title, multiple=None): return downloading_title - def get_format(client, item_dict, quality, is_track_id=False, track_url_dict=None) -> Tuple[str, bool, int, int]: @@ -264,7 +263,6 @@ def download_id_by_type( file_format) sanitized_title = sanitize_filename( folder_format.format(**album_attr) - ) dirn = os.path.join(path, sanitized_title) os.makedirs(dirn, exist_ok=True)