Fix import sorting in test file

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-03-16 22:40:53 +00:00
parent 88c5a0dd01
commit 4487d2538a

View File

@@ -1,9 +1,11 @@
import pytest
import time
from unittest.mock import MagicMock, patch
import pytest
from crewai import Agent, Task
def test_agent_max_execution_time():
"""Test that max_execution_time parameter is enforced."""
# Create a simple test function that will be used to simulate a long-running task