Rename have_optional_dependency
to import_optional_dependency
#3864
Labels
difficulty: easy
A good issue for someone new. Can be done in a few hours
priority: medium
To be resolved if time allows
We use
have_optional_dependency()
to import optional dependencies across codebase which is a wrapper overimportlib.import_module()
to throw a helpful error message.The text was updated successfully, but these errors were encountered: