Fix import sorting in test_crewbase_linting.py with Ruff

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-03-03 14:55:10 +00:00
parent 66e787b9d8
commit 9f81fbf28a

View File

@@ -1,4 +1,5 @@
import pytest
from crewai import Agent, Crew, Process, Task
from crewai.project import CrewBase, agent, crew, task