Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nathom committed Mar 2, 2021
1 parent 6c4c09f commit 91ee9cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qobuz_dl/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 91ee9cb

Please sign in to comment.