mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 22:31:47 +00:00
4 lines
105 B
Python
4 lines
105 B
Python
"""Test that shadowing an explicit re-export produces a warning."""
|
|
|
|
import foo as foo
|
|
import bar as foo
|