Skip to content

Commit

Permalink
fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Apr 11, 2022
1 parent 843acb1 commit e2b5fc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ploomber/tasks/notebook.py
Expand Up @@ -86,8 +86,7 @@ def _check_exporter(exporter, path_to_output):
"""
Validate if the user can use the selected exporter
"""

if isinstance(exporter, WebPDFExporter):
if exporter is WebPDFExporter:
pyppeteer_installed = find_spec('pyppeteer') is not None

if not pyppeteer_installed:
Expand Down

0 comments on commit e2b5fc1

Please sign in to comment.