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

8 lines
49 B
Python

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