Skip to content

Commit

Permalink
fix bug 'ModuleNotFounderror' -> 'ModuleNotFoundError'
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Oct 15, 2018
1 parent 724f989 commit 6b5cd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adaptive/notebook_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.')


Expand Down

0 comments on commit 6b5cd17

Please sign in to comment.