diff --git a/src/engines/LLMEngine/AnthropicLLMEngine.py b/src/engines/LLMEngine/AnthropicLLMEngine.py index 0f0065d..b093e5b 100644 --- a/src/engines/LLMEngine/AnthropicLLMEngine.py +++ b/src/engines/LLMEngine/AnthropicLLMEngine.py @@ -61,9 +61,9 @@ class AnthropicLLMEngine(BaseLLMEngine): returnable = fix_busted_json.repair_json(content) returnable = orjson.loads(returnable) return returnable - except ( + except ( # noqa wait for library to imlement pep https://peps.python.org/pep-0352/ (Required Superclass for Exceptions Exception - ) as e: # noqa wait for library to imlement pep https://peps.python.org/pep-0352/ (Required Superclass for Exceptions + ) as e: tries += 1 else: return content