From b1258c433d5747cf2d268ff228a7aa948179aed2 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 03:06:23 +0000 Subject: [PATCH] Fix lint errors in test_fixes.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove unused logging import (F401) - Remove duplicate logging import (F811) - All lint checks now pass locally Co-Authored-By: João --- test_fixes.py | 1 - 1 file changed, 1 deletion(-) 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():