From e002bfda45d1caeb7ec0b5cf1977485b7d829fae Mon Sep 17 00:00:00 2001 From: Mingqi Hu Date: Fri, 3 Jan 2025 10:49:24 +0800 Subject: [PATCH] Update src/huggingface_hub/constants.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: CĂ©lina --- src/huggingface_hub/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/huggingface_hub/constants.py b/src/huggingface_hub/constants.py index 67061ac449..32911656b0 100644 --- a/src/huggingface_hub/constants.py +++ b/src/huggingface_hub/constants.py @@ -2,7 +2,7 @@ import re import typing from typing import Literal, Optional, Tuple -form urllib.parse import urljoin +from urllib.parse import urljoin # Possible values for env variables