From be8d3765a001ce6555e39a8e437568e582d79fe8 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 16:26:22 +0000 Subject: [PATCH] style: Fix import order in test_compatibility.py Co-Authored-By: Joe Moura --- tests/test_compatibility.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_compatibility.py b/tests/test_compatibility.py index 90414b389..ff5b6d8f7 100644 --- a/tests/test_compatibility.py +++ b/tests/test_compatibility.py @@ -1,5 +1,6 @@ import pytest + def test_basic_import(): """ Tests that the crewai package can be imported without raising exceptions.