diff --git a/test_fixes.py b/test_fixes.py index bdd774eb7..52d893205 100644 --- a/test_fixes.py +++ b/test_fixes.py @@ -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():