Skip to content

Commit 6b5cd17

Browse files
committed
fix bug 'ModuleNotFounderror' -> 'ModuleNotFoundError'
1 parent 724f989 commit 6b5cd17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adaptive/notebook_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def notebook_extension():
3434
def ensure_holoviews():
3535
try:
3636
return importlib.import_module('holoviews')
37-
except ModuleNotFounderror:
37+
except ModuleNotFoundError:
3838
raise RuntimeError('holoviews is not installed; plotting is disabled.')
3939

4040

0 commit comments

Comments
 (0)