--- a/RefactoringRope/ChangesPreviewDialog.py Sat Dec 23 15:48:55 2023 +0100 +++ b/RefactoringRope/ChangesPreviewDialog.py Sat Dec 23 17:58:35 2023 +0100 @@ -49,7 +49,7 @@ self.on_changesList_currentItemChanged(self.changesList.item(0), None) @pyqtSlot(QListWidgetItem, QListWidgetItem) - def on_changesList_currentItemChanged(self, current, previous): + def on_changesList_currentItemChanged(self, current, previous): # noqa: U100 """ Private slot called when a change is selected.