mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +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)."""
|
||||
|
||||
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():
|
||||
|
||||
Reference in New Issue
Block a user