Skip to content
Snippets Groups Projects
Commit 6b5cd171 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

fix bug 'ModuleNotFounderror' -> 'ModuleNotFoundError'

parent 724f9890
No related branches found
No related tags found
No related merge requests found
Pipeline #12732 passed
......@@ -34,7 +34,7 @@ def notebook_extension():
def ensure_holoviews():
try:
return importlib.import_module('holoviews')
except ModuleNotFounderror:
except ModuleNotFoundError:
raise RuntimeError('holoviews is not installed; plotting is disabled.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment