Fix CI issues: sort imports and enable Jinja2 autoescape

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-04-20 14:40:08 +00:00
parent 15dd15fcab
commit 11386e69bf
6 changed files with 22 additions and 13 deletions

View File

@@ -1,6 +1,8 @@
import pytest
import datetime
import pytest
from typing import Dict, List
from crewai.agent import Agent
from crewai.task import Task