Skip to content

fix: add CACHE_MISS to Cache docstring example import#60

Merged
fabien-marty merged 1 commit intomainfrom
main-69e
Mar 6, 2026
Merged

fix: add CACHE_MISS to Cache docstring example import#60
fabien-marty merged 1 commit intomainfrom
main-69e

Conversation

@fabien-marty
Copy link
Copy Markdown
Owner

Summary

  • Fixes missing CACHE_MISS import in the Cache class docstring example
  • The example code now correctly imports both Cache and CACHE_MISS so users can copy and run it without a NameError

Closes #47

Test plan

  • make lint passes
  • make test passes
  • make doc passes

Made with Cursor

@fabien-marty fabien-marty added the Type: Documentation Documentation change label Mar 6, 2026
@fabien-marty fabien-marty merged commit 6c452eb into main Mar 6, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Documentation Documentation change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation: Cache class docstring example missing CACHE_MISS import

1 participant