Skip to content

Commit c68e233

Browse files
committed
format
Signed-off-by: oliver könig <[email protected]>
1 parent 8ba395b commit c68e233

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_utils/python_scripts/download_unit_tests_dataset.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ def download_and_extract_asset(assets_dir: Path) -> bool:
6868
with tarfile.open(temp_file, 'r') as tar_ref:
6969
tar_ref.extractall(assets_dir)
7070
else:
71-
logger.warning(f" Warning: Unknown file type for {asset_name}, skipping extraction")
71+
logger.warning(
72+
f" Warning: Unknown file type for {asset_name}, skipping extraction"
73+
)
7274

7375
# Clean up temporary file
7476
temp_file.unlink()

0 commit comments

Comments
 (0)