Skip to content

Commit

Permalink
style(ruff): sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-twhite committed Dec 6, 2024
1 parent 9937b97 commit 232cfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import pytest

from agent_gateway import Agent
from agent_gateway.tools import CortexSearchTool, CortexAnalystTool, PythonTool
from agent_gateway.tools import CortexAnalystTool, CortexSearchTool, PythonTool


@pytest.mark.parametrize(
Expand Down

0 comments on commit 232cfa5

Please sign in to comment.