Skip to content

Commit b06146a

Browse files
mypy.
1 parent c6390f0 commit b06146a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reachy_mini/daemon/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def run_app(args: Args) -> None:
142142
config = uvicorn.Config(app, host=args.fastapi_host, port=args.fastapi_port)
143143
server = uvicorn.Server(config)
144144

145-
async def health_check_timeout(timeout_seconds):
145+
async def health_check_timeout(timeout_seconds: float) -> None:
146146
while True:
147147
try:
148148
await asyncio.wait_for(

0 commit comments

Comments
 (0)