import not at top of file suppress

pull/735/head
evelynmitchell 5 months ago
parent 226ed5645f
commit 47ce9266c2

@ -2,11 +2,11 @@ import time
start_time = time.time() start_time = time.time()
import os import os # noqa: E402
import uuid import uuid # noqa: E402
from swarms import Agent from swarms import Agent # noqa: E402
from swarm_models import OpenAIChat from swarm_models import OpenAIChat # noqa: E402
from swarms.prompts.finance_agent_sys_prompt import ( from swarms.prompts.finance_agent_sys_prompt import ( # noqa: E402
FINANCIAL_AGENT_SYS_PROMPT, FINANCIAL_AGENT_SYS_PROMPT,
) )

Loading…
Cancel
Save