mirror of
https://github.com/langgenius/dify.git
synced 2025-12-19 17:27:16 -05:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user