--- a/RefactoringRope/MatchesDialog.py Fri Oct 11 18:42:45 2019 +0200 +++ b/RefactoringRope/MatchesDialog.py Fri Oct 11 19:05:23 2019 +0200 @@ -10,8 +10,9 @@ from __future__ import unicode_literals from PyQt5.QtCore import pyqtSlot, Qt -from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QDialogButtonBox, \ - QHeaderView +from PyQt5.QtWidgets import ( + QDialog, QTreeWidgetItem, QDialogButtonBox, QHeaderView +) from E5Gui.E5Application import e5App