From 95f035d807dd92e2b911ce6e7e35c1dab381ac1b Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Thu, 20 Aug 2026 08:54:08 +0200 Subject: [PATCH] LCORE-3507 --- tests/benchmarks/data/python_10000_lines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/benchmarks/data/python_10000_lines.py b/tests/benchmarks/data/python_10000_lines.py index fbe3112e1..e0ae3e3b3 100644 --- a/tests/benchmarks/data/python_10000_lines.py +++ b/tests/benchmarks/data/python_10000_lines.py @@ -38,7 +38,7 @@ def _reset_app_config_between_tests() -> Generator: try: AppConfig()._configuration = None # type: ignore[attr-defined] AppConfig()._quota_limiters = [] # type: ignore[attr-defined] - except Exception: + except TypeError: pass