diff --git a/skimage/viewer/utils/core.py b/skimage/viewer/utils/core.py index 3ac0eef3..0a053784 100644 --- a/skimage/viewer/utils/core.py +++ b/skimage/viewer/utils/core.py @@ -22,7 +22,7 @@ __all__ = ['init_qtapp', 'start_qtapp', 'RequiredAttr', 'figimage', 'update_axes_image'] -global QApp +QApp = None def init_qtapp():