mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 07:13:00 +00:00
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:
@@ -40,7 +40,6 @@ def test_error_handling():
|
|||||||
"""Test error handling with structured logging"""
|
"""Test error handling with structured logging"""
|
||||||
print("Testing error handling...")
|
print("Testing error handling...")
|
||||||
|
|
||||||
import logging
|
|
||||||
logging.basicConfig(level=logging.ERROR)
|
logging.basicConfig(level=logging.ERROR)
|
||||||
|
|
||||||
with crewai_event_bus.scoped_handlers():
|
with crewai_event_bus.scoped_handlers():
|
||||||
|
|||||||
Reference in New Issue
Block a user