--- a/src/eric7/CodeFormatting/IsortConfigurationDialog.py Sun Dec 03 16:44:52 2023 +0100 +++ b/src/eric7/CodeFormatting/IsortConfigurationDialog.py Sun Dec 03 19:46:34 2023 +0100 @@ -91,7 +91,7 @@ self.__tomlButton.clicked.connect(self.__createTomlSnippet) self.profileComboBox.addItem("") - self.profileComboBox.addItems(sorted(profiles.keys())) + self.profileComboBox.addItems(sorted(profiles)) self.pythonComboBox.addItem("", "") self.pythonComboBox.addItem(self.tr("All Versions"), "all")