Skip to content

Commit

Permalink
根据isort修改代码格式
Browse files Browse the repository at this point in the history
  • Loading branch information
xiabo0816 committed Jun 14, 2024
1 parent ab3abc4 commit e9bc8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erniebot-agent/src/erniebot_agent/tools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from copy import deepcopy
from typing import Any, Dict, Optional, Type, no_type_check

from httpx._models import Response
from openapi_spec_validator import validate
from openapi_spec_validator.readers import read_from_filename
from httpx._models import Response

from erniebot_agent.file import File, FileManager
from erniebot_agent.file.protocol import (
Expand Down

0 comments on commit e9bc8e2

Please sign in to comment.