Skip to content

Commit e9bc8e2

Browse files
committed
根据isort修改代码格式
1 parent ab3abc4 commit e9bc8e2

File tree

1 file changed

+1
-1
lines changed
  • erniebot-agent/src/erniebot_agent/tools

1 file changed

+1
-1
lines changed

erniebot-agent/src/erniebot_agent/tools/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
from copy import deepcopy
66
from typing import Any, Dict, Optional, Type, no_type_check
77

8+
from httpx._models import Response
89
from openapi_spec_validator import validate
910
from openapi_spec_validator.readers import read_from_filename
10-
from httpx._models import Response
1111

1212
from erniebot_agent.file import File, FileManager
1313
from erniebot_agent.file.protocol import (

0 commit comments

Comments
 (0)