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

3 lines
34 B
Python

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