--- a/src/eric7/WebBrowser/UrlBar/FavIconLabel.py Fri Nov 04 13:46:31 2022 +0100 +++ b/src/eric7/WebBrowser/UrlBar/FavIconLabel.py Fri Nov 04 13:52:26 2022 +0100 @@ -7,9 +7,9 @@ Module implementing the label to show the web site icon. """ -from PyQt6.QtCore import Qt, QPoint, QMimeData +from PyQt6.QtCore import QMimeData, QPoint, Qt from PyQt6.QtGui import QDrag, QPixmap -from PyQt6.QtWidgets import QLabel, QApplication +from PyQt6.QtWidgets import QApplication, QLabel class FavIconLabel(QLabel):