mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-12 04:37:51 +02:00
Address linting issue
This commit is contained in:
@@ -280,10 +280,7 @@ def test_sync_create_with_end_time():
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"enabled_value",
|
||||
[
|
||||
True,
|
||||
False
|
||||
],
|
||||
[True, False],
|
||||
ids=["enabled", "disabled"],
|
||||
)
|
||||
def test_sync_create_with_enabled_parameter(enabled_value):
|
||||
|
||||
Reference in New Issue
Block a user