style: apply black

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2025-03-04 16:20:24 +09:00
parent 4a2f739647
commit 3b9a1a98ae
2 changed files with 5 additions and 3 deletions

View File

@@ -221,8 +221,8 @@ def test_commercial_installer_download_sha256(tmp_path, monkeypatch, commercial_
target_path = tmp_path / "qt-installer"
timeout = (Settings.connection_timeout, Settings.response_timeout)
download_installer(commercial_installer.base_url, commercial_installer._installer_filename,
commercial_installer.os_name, target_path, timeout)
download_installer(commercial_installer.base_url, commercial_installer._installer_filename, commercial_installer.os_name,
target_path, timeout)
assert target_path.exists()