mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Fix lint: remove trailing whitespace from docstrings
Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
"""Test nested or_() conditions in Flow execution (Issue #3719)."""
|
"""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():
|
def test_nested_or_condition_triggers_once():
|
||||||
|
|||||||
Reference in New Issue
Block a user