Skip to content

Commit

Permalink
new ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
cszsol committed Oct 3, 2024
1 parent 7cc63a1 commit 8c396b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/multi_agents/test_supervisor_multi_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import pytest
from langchain_core.language_models import GenericFakeChatModel
from langchain_core.messages import HumanMessage, SystemMessage
from neuroagent.multi_agents.supervisor_multi_agent import AgentState

from neuroagent.multi_agents.supervisor_multi_agent import AgentState
from src.neuroagent.multi_agents import SupervisorMultiAgent


Expand Down

0 comments on commit 8c396b1

Please sign in to comment.