--- a/src/eric7/Plugins/WizardPlugins/DotDesktopWizard/DotDesktopListSelectionDialog.py Fri Nov 04 13:46:31 2022 +0100 +++ b/src/eric7/Plugins/WizardPlugins/DotDesktopWizard/DotDesktopListSelectionDialog.py Fri Nov 04 13:52:26 2022 +0100 @@ -7,7 +7,7 @@ Module implementing a dialog to select multiple entries from a list. """ -from PyQt6.QtWidgets import QDialog, QListWidgetItem, QAbstractItemView +from PyQt6.QtWidgets import QAbstractItemView, QDialog, QListWidgetItem from .Ui_DotDesktopListSelectionDialog import Ui_DotDesktopListSelectionDialog