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

5 lines
84 B
Python

"""Test: late-binding of `__all__`."""
__all__ = ("bar",)
from foo import bar, baz