Skip to content

Commit dafefc7

Browse files
committed
Fix: Solve code quality issue.
1 parent b617875 commit dafefc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/aleph-debian-12-python/init1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ async def run_executable_http(scope: dict) -> tuple[dict, dict, str, bytes | Non
398398
except aiohttp.ClientConnectorError:
399399
if tries > 15:
400400
headers, body = show_loading()
401-
await asyncio.sleep(tries*0.05)
401+
await asyncio.sleep(tries * 0.05)
402402

403403
output = "" # Process stdout is not captured per request
404404
output_data = None

0 commit comments

Comments
 (0)