Removed unused import

This commit is contained in:
donoban 2018-10-24 10:14:48 +02:00
parent 971ec085ee
commit 042ff808b3
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -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