fix: remove unused os import to resolve lint failure

- Remove unused 'import os' statement from test_create_crew.py
- All tests still pass locally after removing unused import
- Should resolve F401 lint error in CI

Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
Devin AI
2025-06-24 20:14:06 +00:00
parent b58f375b54
commit a3416f4301

View File

@@ -1,4 +1,3 @@
import os
import shutil
import tempfile
from pathlib import Path