Formatting changed
Signed-off-by: Maciej Sikorski <maciejosikorski@gmail.com>
This commit is contained in:
parent
41bf38c41c
commit
2c257d9868
1 changed files with 0 additions and 2 deletions
|
@ -66,8 +66,6 @@ def download_file(url: AnyStr, name: AnyStr, download_if_exists: bool = True):
|
|||
if is_file_uri(url):
|
||||
# url uses 'file://' scheme
|
||||
copy_overwrite(file_uri_to_path(url), name)
|
||||
|
||||
|
||||
logger.info(f"File {name} was copied from {url}.")
|
||||
return
|
||||
|
||||
|
|
Reference in a new issue