mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Fix import sorting in example and test files
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user