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

4 lines
59 B
Python

import builtins
a = 1
__all__ = builtins.list(["a", "b"])