src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingLabel.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
--- a/src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingLabel.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/WebBrowser/SafeBrowsing/SafeBrowsingLabel.py	Fri Nov 04 13:52:26 2022 +0100
@@ -7,7 +7,7 @@
 Module implementing the label to show some SSL info.
 """
 
-from PyQt6.QtCore import Qt, pyqtSlot, pyqtSignal, QPoint
+from PyQt6.QtCore import QPoint, Qt, pyqtSignal, pyqtSlot
 from PyQt6.QtWidgets import QLabel
 
 

eric ide

mercurial