Skip to content

Commit 157996e

Browse files
Update src/huggingface_hub/utils/_http.py
Co-authored-by: Lucain <[email protected]>
1 parent a3fe049 commit 157996e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/huggingface_hub/utils/_http.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def parse_ratelimit_headers(headers: Mapping[str, str]) -> Optional[RateLimitInf
8282
"""Parse rate limit information from HTTP response headers.
8383
8484
Follows IETF draft: https://www.ietf.org/archive/id/draft-ietf-httpapi-ratelimit-headers-09.html
85+
Only a subset is implemented.
8586
8687
Example:
8788
```python

0 commit comments

Comments
 (0)