mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Fix linting error: Import block sorting in yaml_config_test.py
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,15 +1,16 @@
|
|||||||
import os
|
import os
|
||||||
import pytest
|
|
||||||
import tempfile
|
import tempfile
|
||||||
import yaml
|
|
||||||
from typing import Type
|
from typing import Type
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
import yaml
|
||||||
from pydantic import BaseModel, Field
|
from pydantic import BaseModel, Field
|
||||||
|
|
||||||
from crewai import Agent, Crew, Process, Task
|
from crewai import Agent, Crew, Process, Task
|
||||||
from crewai.project import CrewBase, agent, crew, task, tool
|
from crewai.project import CrewBase, agent, crew, task, tool
|
||||||
from crewai.tools import BaseTool
|
from crewai.tools import BaseTool
|
||||||
|
|
||||||
|
|
||||||
def test_function_calling_llm_in_yaml():
|
def test_function_calling_llm_in_yaml():
|
||||||
"""
|
"""
|
||||||
Test function_calling_llm YAML configuration.
|
Test function_calling_llm YAML configuration.
|
||||||
|
|||||||
Reference in New Issue
Block a user