You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix get_loader returning None when load_jupyter_server_extension is not found (#1193)Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Fix get_loader returning None when load_jupyter_server_extension is not found
* Un-nest try/except in get_loader to clarify logic
get_loader was never raising ExtensionLoadingError because it would
fallback to check if load_jupyter_server_extension is present and
if it was not, it would raise an AttributeError.
* Fix tests for extension.utils.get_loader
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Add mockext_deprecated.py
* Remove import warnings
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments