From c202ac262ca3ede5d298689933814fad62226b1d Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Mon, 23 Sep 2024 19:20:40 +0200 Subject: [PATCH] chore: ignore fa errors in tutorial --- examples/ws_tutorial/ws_tutorial/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ws_tutorial/ws_tutorial/app.py b/examples/ws_tutorial/ws_tutorial/app.py index 9dfab7e81..a09c05728 100644 --- a/examples/ws_tutorial/ws_tutorial/app.py +++ b/examples/ws_tutorial/ws_tutorial/app.py @@ -1,4 +1,4 @@ -from __future__ import annotations +# ruff: noqa: FA102 from datetime import datetime import logging