Skip to content

Commit f12577a

Browse files
committed
Fixed deletion of Qt imports in interface
1 parent c43c995 commit f12577a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napari_cellseg3d/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Qt
88
# from qtpy.QtCore import QtWarningMsg
99
from qtpy import QtCore
10-
from qtpy.QtCore import QObject, Q
10+
from qtpy.QtCore import QObject, Qt, QtWarningMsg, QUrl
1111
from qtpy.QtGui import QCursor, QDesktopServices, QTextCursor
1212
from qtpy.QtWidgets import (
1313
QAbstractSpinBox,

0 commit comments

Comments
 (0)