diff --git a/examples/ws_tutorial/ws_tutorial/app.py b/examples/ws_tutorial/ws_tutorial/app.py index 9dfab7e81..054514a61 100644 --- a/examples/ws_tutorial/ws_tutorial/app.py +++ b/examples/ws_tutorial/ws_tutorial/app.py @@ -1,5 +1,3 @@ -from __future__ import annotations - from datetime import datetime import logging import pathlib diff --git a/pyproject.toml b/pyproject.toml index a6b6cc96e..ebccd4505 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -211,6 +211,7 @@ exclude = ["examples", "tests"] "F403" ] "falcon/uri.py" = ["F401"] + "examples/*" = ["FA"] [tool.ruff.lint.isort] case-sensitive = false