Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Explicitly list what names are exported #127

Merged
merged 1 commit into from
May 9, 2023

Conversation

mjpieters
Copy link
Collaborator

This signals to automated tools what names usually can be imported from
the package, as otherwise you'd get warnings like "default_key_builder" is not exported from module "fastapi_cache".

This signals to automated tools what names usually can be imported from
the package, as otherwise you'd get warnings like `"default_key_builder"
is not exported from module "fastapi_cache"`.
@long2ice long2ice merged commit da9a03e into long2ice:main May 9, 2023
@long2ice
Copy link
Owner

long2ice commented May 9, 2023

Thanks!

@mjpieters mjpieters deleted the exported_names branch May 9, 2023 11:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants