ruff/crates/ruff_cli/resources/test/fixtures/cache_mutable/source.py

5 lines
77 B
Python

# NOTE: sync with cache::invalidation test
a = 1
__all__ = list(["a", "b"])