From 480b634430fc6c36aad864958044b9947ef1aaca Mon Sep 17 00:00:00 2001 From: patcher99 Date: Sun, 24 Mar 2024 13:58:47 +0530 Subject: [PATCH] pylint --- tests/test_anthropic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_anthropic.py b/tests/test_anthropic.py index 6b31115..e3fdae6 100644 --- a/tests/test_anthropic.py +++ b/tests/test_anthropic.py @@ -52,6 +52,7 @@ def test_messages(): ) assert message.type == 'message' + # pylint: disable=broad-exception-caught except Exception as e: if "rate limit" in str(e).lower(): print("Rate Limited:", e)