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

7 lines
49 B
Python

__all__ = ["foo"]
foo = 1
def bar():
pass