From b4b6a5d4cc2512b81284c3836f339816edb96309 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 02:37:07 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_duplicate_operation_id.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_duplicate_operation_id.py b/tests/test_duplicate_operation_id.py index 3465038e4..2cb7ece98 100644 --- a/tests/test_duplicate_operation_id.py +++ b/tests/test_duplicate_operation_id.py @@ -135,8 +135,7 @@ def test_explicit_operation_id_with_multiple_methods(): # If user provides explicit operation_id with multiple methods, # they'll get a duplicate warning - this is intentional duplicate_warnings = [ - warning for warning in w - if "Duplicate Operation ID" in str(warning.message) + warning for warning in w if "Duplicate Operation ID" in str(warning.message) ] # We expect a duplicate warning because the user explicitly set the same # operation_id for multiple methods