From 597bd0708e465aa8c6cfd47e631300d5467d7b6d Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Wed, 19 Aug 2020 06:37:34 +0900 Subject: [PATCH] cover ipython in test #49 --- pyvistaqt/plotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyvistaqt/plotting.py b/pyvistaqt/plotting.py index 50cc89ef..c661f2ee 100644 --- a/pyvistaqt/plotting.py +++ b/pyvistaqt/plotting.py @@ -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()