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

4 lines
105 B
Python

"""Test that shadowing an explicit re-export produces a warning."""
import foo as foo
import bar as foo