--- a/eric7/MicroPython/MicroPythonWidget.py Sun May 23 13:33:13 2021 +0200 +++ b/eric7/MicroPython/MicroPythonWidget.py Sun May 23 15:35:49 2021 +0200 @@ -1783,7 +1783,9 @@ from .AddEditDevicesDialog import AddEditDevicesDialog if len(devices) > 1: - from EricWidgets.EricListSelectionDialog import EricListSelectionDialog + from EricWidgets.EricListSelectionDialog import ( + EricListSelectionDialog + ) sdlg = EricListSelectionDialog( [d[2] for d in devices], title=self.tr("Add Unknown Devices"),