Skip to content

Commit 4c12f52

Browse files
committed
Apply code-format changes
1 parent 2c4c33e commit 4c12f52

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,7 @@ def download_and_copy(name, src_func, dst_path, variable, version, url_func):
386386
except Exception:
387387
download = True
388388
if download:
389-
print(f'{YELLOW}downloading and extracting {url} ... {NC}', file=sys.stderr,
390-
flush=True) # flagtree
389+
print(f'{YELLOW}downloading and extracting {url} ... {NC}', file=sys.stderr, flush=True) # flagtree
391390
with open_url(url) as url_file, tarfile.open(fileobj=url_file, mode="r|*") as tar_file:
392391
# Use extractall without filter for Python version < 3.12 compatibility
393392
if hasattr(tarfile, 'data_filter'):

0 commit comments

Comments
 (0)