fixing linter

This commit is contained in:
João Moura
2024-12-26 23:42:16 -03:00
parent 2357d3e8eb
commit 2eda5fdeed
35 changed files with 27 additions and 55 deletions

View File

@@ -1,10 +1,9 @@
import hashlib
from typing import Any, List, Optional
from pydantic import BaseModel
from crewai.agents.agent_builder.base_agent import BaseAgent
from crewai.tools.base_tool import BaseTool
from pydantic import BaseModel
class TestAgent(BaseAgent):

View File

@@ -1,5 +1,4 @@
import pytest
from crewai.agents.crew_agent_executor import (
AgentAction,
AgentFinish,