ruff/crates/ruff_linter/resources/test/fixtures/pyflakes/F811_24.py
2023-09-20 08:38:27 +02:00

5 lines
132 B
Python

"""Test that shadowing a `__future__` import does not produce a warning."""
from __future__ import annotations
import annotations