From ec1bf2a3050ab5ff43e9f381c15fd8871ea240a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parodi=2C=20Eugenio=20=F0=9F=8C=B6?= Date: Mon, 22 Dec 2025 11:27:15 +0100 Subject: [PATCH] chore: fix flake 8 issue --- tests/timeit/35.match.01.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/timeit/35.match.01.py b/tests/timeit/35.match.01.py index a3334012..0d47fe3a 100644 --- a/tests/timeit/35.match.01.py +++ b/tests/timeit/35.match.01.py @@ -22,6 +22,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. +# flake8: noqa +# This file uses match statements (Python 3.10+) which cause syntax errors in Python 3.9 + from __future__ import annotations import sys, os