fix(imports): update import paths for ensure_settings_file to use relative imports

This commit is contained in:
Will Miao
2025-09-28 08:40:09 +08:00
parent c2c1772371
commit 656e3e43be
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import logging
import json
import urllib.parse
from py.utils.settings_paths import ensure_settings_file
from .utils.settings_paths import ensure_settings_file
# Use an environment variable to control standalone mode
standalone_mode = os.environ.get("HF_HUB_DISABLE_TELEMETRY", "0") == "0"