Skip to content

Commit

Permalink
cover ipython in test #49
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Aug 18, 2020
1 parent 659772c commit 597bd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvistaqt/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def __init__(
kwargs.pop("notebook", None)

# ipython magic
if scooby.in_ipython(): # pragma: no cover
if scooby.in_ipython():
from IPython import get_ipython

ipython = get_ipython()
Expand Down

0 comments on commit 597bd07

Please sign in to comment.