Skip to content

Commit

Permalink
fix: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
X-TRON404 committed Jan 27, 2025
1 parent 2813067 commit 61851e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/toolkits/web_toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# limitations under the License.
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========

from camel.toolkits.web_toolkit import WebToolkit
from camel.agents import ChatAgent
from camel.toolkits.function_tool import FunctionTool
from camel.models import ModelFactory
from camel.toolkits.function_tool import FunctionTool
from camel.toolkits.web_toolkit import WebToolkit
from camel.types import ModelPlatformType, ModelType

# Initialize the toolkit
Expand Down

0 comments on commit 61851e6

Please sign in to comment.