Replies: 1 comment
-
Hey @molchoun thanks for raising this! We'd love a PR that removes the messaging about "errors". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The docstring for
import_optional_dependency
function statesHowever, the function has never supported an
errors
parameter, as confirmed by reviewing the file's history from its initial commitcc57824
.Suggested Fix
errors
to avoid misleading documentation.errors: bool = False
parameter to allow fallback behavior.Ready to submit a PR depending on which fix the maintainers prefer.
Beta Was this translation helpful? Give feedback.
All reactions