mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-15 11:25:53 +08:00
Remove debug raise
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
try:
|
||||
from .qt import QtGui as _QtGui
|
||||
except ImportError as e:
|
||||
raise
|
||||
raise ImportError('Viewer requires Qt')
|
||||
|
||||
from .viewers import ImageViewer, CollectionViewer
|
||||
|
||||
Reference in New Issue
Block a user