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:
Devin AI
2025-07-30 07:47:29 +00:00
parent f2fa1755ae
commit 115af9b495
3 changed files with 1 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
import pytest
import tempfile
import os
from unittest.mock import patch