Fix lint: remove trailing whitespace from docstrings

Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
Devin AI
2025-10-16 22:16:00 +00:00
parent b0f6c66c36
commit 425bfeaf9f

View File

@@ -1,8 +1,7 @@
"""Test nested or_() conditions in Flow execution (Issue #3719)."""
import pytest
from crewai.flow.flow import Flow, listen, or_, router, start
from crewai.flow.flow import Flow, listen, or_, start
def test_nested_or_condition_triggers_once():