Skip to content

Commit 64e11b7

Browse files
committed
pre-commit
Signed-off-by: Yibin Li <109242046+yibinl-nvidia@users.noreply.github.com>
1 parent f534614 commit 64e11b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tensorrt_llm/inputs/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def _safe_request_get(url: str,
172172

173173

174174
async def _safe_aiohttp_get(url: str, timeout_sec: int = 30) -> bytes:
175-
"""aiohttp GET wrapper that validates every redirect hop before following."""
175+
"""Aiohttp GET wrapper that validates every redirect hop before following."""
176176
_validate_url(url)
177177
timeout = aiohttp.ClientTimeout(total=timeout_sec)
178178
current_url = url

0 commit comments

Comments
 (0)