Fix lint errors in test_fixes.py

- Remove unused logging import (F401)
- Remove duplicate logging import (F811)
- All lint checks now pass locally

Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
Devin AI
2025-06-11 03:06:23 +00:00
parent 8607719841
commit b1258c433d

View File

@@ -40,7 +40,6 @@ def test_error_handling():
"""Test error handling with structured logging"""
print("Testing error handling...")
import logging
logging.basicConfig(level=logging.ERROR)
with crewai_event_bus.scoped_handlers():