From e6f66c59498fb7069d728508294cf30e32b159b0 Mon Sep 17 00:00:00 2001 From: rafid saad Date: Mon, 2 Feb 2026 17:59:15 -0800 Subject: [PATCH] Address linting issue --- libs/sdk-py/tests/test_crons_client.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libs/sdk-py/tests/test_crons_client.py b/libs/sdk-py/tests/test_crons_client.py index f19f8c524..0045b1595 100644 --- a/libs/sdk-py/tests/test_crons_client.py +++ b/libs/sdk-py/tests/test_crons_client.py @@ -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):