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

5 lines
105 B
Python

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