eric6/UI/Previewers/PreviewerHTML.py

branch
without_py2_and_pyqt4
changeset 7198
684261ef2165
parent 7196
ab0a91b82b37
child 7229
53054eb5b15a
--- a/eric6/UI/Previewers/PreviewerHTML.py	Sun Sep 01 17:44:33 2019 +0200
+++ b/eric6/UI/Previewers/PreviewerHTML.py	Sun Sep 01 19:40:53 2019 +0200
@@ -17,7 +17,7 @@
 import sys
 import io
 
-from PyQt5.QtCore import pyqtSlot, pyqtSignal, Qt, QUrl, QSize, QThread
+from PyQt5.QtCore import pyqtSlot, pyqtSignal, Qt, QUrl, QThread
 from PyQt5.QtGui import QCursor
 from PyQt5.QtWidgets import QWidget, QVBoxLayout, QLabel, QCheckBox, \
     QSizePolicy, QToolTip

eric ide

mercurial