From bcc77cb8317b5fdbe13927809a840e6cb169bbc3 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 06:57:58 +0000 Subject: [PATCH] Fix lint: remove unused pytest import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: João --- tests/test_flow_persistence.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_flow_persistence.py b/tests/test_flow_persistence.py index 664c8b78b..57c2322f9 100644 --- a/tests/test_flow_persistence.py +++ b/tests/test_flow_persistence.py @@ -3,7 +3,6 @@ import os from typing import Dict -import pytest from pydantic import BaseModel from crewai.flow.flow import Flow, FlowState, listen, start