Fix lint error: remove unused pytest import

Co-Authored-By: Jo\u00E3o <joao@crewai.com>
This commit is contained in:
Devin AI
2025-07-13 14:13:24 +00:00
parent 3cd55459b9
commit 9297655edc

View File

@@ -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