mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-10 22:34:17 +08:00
Merge pull request #2070 from soupault/fix_2069
FIX: Fix import of 'warn' in qt_plugin
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from ..._shared import warn
|
||||
from .util import prepare_for_display, window_manager
|
||||
import numpy as np
|
||||
from .util import prepare_for_display, window_manager
|
||||
from ..._shared.utils import warn
|
||||
|
||||
|
||||
# We try to aquire the gui lock first or else the gui import might
|
||||
# trample another GUI's PyOS_InputHook.
|
||||
|
||||
Reference in New Issue
Block a user