From 9297655edc202e84cc52465ce569bad30eafaccd Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sun, 13 Jul 2025 14:13:24 +0000 Subject: [PATCH] Fix lint error: remove unused pytest import Co-Authored-By: Jo\u00E3o --- tests/test_flow_initial_state_fix.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_flow_initial_state_fix.py b/tests/test_flow_initial_state_fix.py index 827a345b1..13a428a48 100644 --- a/tests/test_flow_initial_state_fix.py +++ b/tests/test_flow_initial_state_fix.py @@ -1,6 +1,5 @@ """Test Flow initial_state BaseModel dict coercion fix for issue #3147""" -import pytest from pydantic import BaseModel from crewai.flow.flow import Flow