mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +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 pytest
|
||||
import tempfile
|
||||
import yaml
|
||||
from typing import Type
|
||||
|
||||
import pytest
|
||||
import yaml
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from crewai import Agent, Crew, Process, Task
|
||||
from crewai.project import CrewBase, agent, crew, task, tool
|
||||
from crewai.tools import BaseTool
|
||||
|
||||
|
||||
def test_function_calling_llm_in_yaml():
|
||||
"""
|
||||
Test function_calling_llm YAML configuration.
|
||||
|
||||
Reference in New Issue
Block a user