Skip to content

Commit a2aaba1

Browse files
committed
--fmt
1 parent b5c2e76 commit a2aaba1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ddev/src/ddev/cli/meta/scripts/update_python.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def get_latest_python_version(app: Application, major_minor: str) -> str | None:
311311
def get_python_sha256_hashes(app: Application, version: str) -> dict[str, str]:
312312
"""
313313
Fetch SHA256 hashes for Python release artifacts using SBOM files.
314-
314+
315315
Args:
316316
version: Python version string (e.g., "3.13.7")
317317
@@ -355,7 +355,6 @@ async def get_sbom_data(client, url):
355355
raise RuntimeError(f'Error processing URL {url}: {e}') from e
356356

357357
async def fetch_sbom_data(urls):
358-
359358
async with httpx.AsyncClient(verify=True) as client:
360359
return await asyncio.gather(*(get_sbom_data(client, url) for url in urls))
361360

0 commit comments

Comments
 (0)