mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-22 06:18:14 +00:00
fix: resolve lint issues in EditFileTool implementation
- Remove unused os import from edit_file_tool.py - Fix f-string without placeholders - Remove unused pathlib.Path import from test file - Remove unused pytest import from integration test file Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import pytest
|
||||
import tempfile
|
||||
import os
|
||||
from unittest.mock import patch
|
||||
|
||||
Reference in New Issue
Block a user