diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/EricWidgets/EricMessageBox.py --- a/src/eric7/EricWidgets/EricMessageBox.py Fri Nov 04 13:46:31 2022 +0100 +++ b/src/eric7/EricWidgets/EricMessageBox.py Fri Nov 04 13:52:26 2022 +0100 @@ -8,7 +8,7 @@ """ from PyQt6.QtCore import Qt -from PyQt6.QtWidgets import QMessageBox, QApplication +from PyQt6.QtWidgets import QApplication, QMessageBox ############################################################################### ## Mappings to standard QMessageBox ##