ColorString/ColorSelectionDialog.py

branch
eric7
changeset 60
c3b4907111e7
parent 57
b633598e2e67
child 61
5a4cb531054c
--- a/ColorString/ColorSelectionDialog.py	Mon Oct 24 16:18:11 2022 +0200
+++ b/ColorString/ColorSelectionDialog.py	Tue Dec 20 17:41:13 2022 +0100
@@ -7,7 +7,7 @@
 Module implementing a dialog to select a color by name.
 """
 
-from PyQt6.QtGui import QColor, QPixmap, QIcon
+from PyQt6.QtGui import QColor, QIcon, QPixmap
 from PyQt6.QtWidgets import QDialog
 
 from .Ui_ColorSelectionDialog import Ui_ColorSelectionDialog

eric ide

mercurial