From f28e3e0be8a714770e9b1ec6bb71cf9816f5238c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 06:21:34 +0000 Subject: [PATCH] Fix lint error: remove unused 're' import from test file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: João --- tests/test_cli_documentation_sync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_cli_documentation_sync.py b/tests/test_cli_documentation_sync.py index cd274c4f9..993bfba60 100644 --- a/tests/test_cli_documentation_sync.py +++ b/tests/test_cli_documentation_sync.py @@ -1,4 +1,3 @@ -import re from pathlib import Path from crewai.cli.constants import PROVIDERS