--- a/eric6/E5Gui/E5TextInputDialog.py Sat Sep 21 13:37:58 2019 +0200 +++ b/eric6/E5Gui/E5TextInputDialog.py Sat Sep 21 15:37:43 2019 +0200 @@ -8,8 +8,9 @@ """ -from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QVBoxLayout, QLabel, \ - QLineEdit +from PyQt5.QtWidgets import ( + QDialog, QDialogButtonBox, QVBoxLayout, QLabel, QLineEdit +) from E5Gui.E5LineEdit import E5ClearableLineEdit