--- a/eric6/Plugins/PluginWizardQMessageBox.py Sat Sep 21 18:30:02 2019 +0200 +++ b/eric6/Plugins/PluginWizardQMessageBox.py Sat Sep 21 20:30:56 2019 +0200 @@ -100,8 +100,9 @@ @param editor reference to the current editor @return the generated code (string) """ - from WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog import \ + from WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog import ( MessageBoxWizardDialog + ) dlg = MessageBoxWizardDialog(None) if dlg.exec_() == QDialog.Accepted: line, index = editor.getCursorPosition()