Skip to content

Commit bd7e1c7

Browse files
author
Andrei Neagu
committed
refaactor
1 parent 959d1b6 commit bd7e1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/src/servicelib/docker_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ async def wait_till_docker_api_proxy_is_responsive(app: FastAPI) -> None:
361361

362362

363363
async def is_docker_api_proxy_ready(
364-
app: FastAPI, *, timeout=_DEFAULT_DOCKER_API_PROXY_HEALTH_TIMEOUT
364+
app: FastAPI, *, timeout=_DEFAULT_DOCKER_API_PROXY_HEALTH_TIMEOUT # noqa: ASYNC109
365365
) -> bool:
366366
try:
367367
await asyncio.wait_for(get_remote_docker_client(app).version(), timeout=timeout)

0 commit comments

Comments
 (0)