We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discussed in #122
During injection, if a function with annotation but all of which are satisfied by a defaults, i.e. after
in-n-out/src/in_n_out/_store.py
Lines 772 to 773 in ad21a89
we could bail early and just return the func, like we do when there are no annotations:
Lines 736 to 739 in ad21a89
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Discussed in #122
During injection, if a function with annotation but all of which are satisfied by a defaults, i.e. after
in-n-out/src/in_n_out/_store.py
Lines 772 to 773 in ad21a89
we could bail early and just return the func, like we do when there are no annotations:
in-n-out/src/in_n_out/_store.py
Lines 736 to 739 in ad21a89
The text was updated successfully, but these errors were encountered: