ruff/crates/ruff_linter/resources/test/fixtures/pyflakes/F811_24.py

6 lines
132 B
Python

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