change all to httpx (#26119)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
Asuka Minato
2025-10-11 00:41:16 +09:00
committed by GitHub
parent 3922ad876f
commit bb6a331490
23 changed files with 232 additions and 173 deletions

View File

@@ -8,7 +8,7 @@ sys.path.append(str(Path(__file__).parent.parent))
import json
import httpx
from common import Logger, config_helper
from common import Logger, config_helper # type: ignore[import]
def import_workflow_app() -> None: