From 493019390076f4548bfabd60409156d559a5da58 Mon Sep 17 00:00:00 2001 From: Sebastian Morawiec Date: Mon, 7 Oct 2024 11:56:54 +0200 Subject: [PATCH] fix style --- projects/orquestra-sdk/tests/cli/test_arg_resolvers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/orquestra-sdk/tests/cli/test_arg_resolvers.py b/projects/orquestra-sdk/tests/cli/test_arg_resolvers.py index 00ac648be..b26d675cc 100644 --- a/projects/orquestra-sdk/tests/cli/test_arg_resolvers.py +++ b/projects/orquestra-sdk/tests/cli/test_arg_resolvers.py @@ -885,6 +885,7 @@ def test_choices_limited_by_availibility( if other_choice: expected_choices.append(WorkflowLogs.WorkflowLogTypeName.OTHER) + context: t.Union[contextlib.nullcontext, pytest.WarningsRecorder] if not any([task_choice, system_choice, env_choice, other_choice]): expected_call = 0 context = pytest.warns(UserWarning)