fix: resolve lint issues in ChunkBasedTask implementation

- Remove unused Dict import from typing
- Fix f-string without placeholders
- Remove unused imports and variables in tests

Co-Authored-By: Jo\u00E3o <joao@crewai.com>
This commit is contained in:
Devin AI
2025-07-13 00:34:24 +00:00
parent f836b2dc90
commit 9497715b42
3 changed files with 4 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
import pytest
import tempfile
from pathlib import Path
@@ -42,7 +41,7 @@ class TestChunkBasedTaskIntegration:
agent=agent
)
crew = Crew(
Crew(
agents=[agent],
tasks=[task],
memory=True