Fix import sorting in example and test files

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-03-05 03:26:44 +00:00
parent cb1e3a13ef
commit f568565786
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
from crewai import Agent, Task, Crew from crewai import Agent, Crew, Task
from crewai.memory import ChatMessageHistory, MessageRole from crewai.memory import ChatMessageHistory, MessageRole
# Create a chat message history # Create a chat message history

View File

@@ -1,8 +1,9 @@
import pytest
from datetime import datetime from datetime import datetime
from crewai.memory.chat_history.chat_message_history import ChatMessageHistory import pytest
from crewai.memory.chat_history.chat_message import ChatMessage, MessageRole from crewai.memory.chat_history.chat_message import ChatMessage, MessageRole
from crewai.memory.chat_history.chat_message_history import ChatMessageHistory
@pytest.fixture @pytest.fixture