瀏覽代碼

Removed unused import

donoban 5 年之前
父節點
當前提交
042ff808b3
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      qubesmanager/about.py

+ 0 - 1
qubesmanager/about.py

@@ -20,7 +20,6 @@
 # with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 #
-from PyQt4.QtCore import SIGNAL, SLOT  # pylint: disable=import-error
 from PyQt4.QtGui import QDialog, QIcon  # pylint: disable=import-error
 from qubesmanager.releasenotes import ReleaseNotesDialog
 from qubesmanager.informationnotes import InformationNotesDialog