diff -r 013aee248a62 -r 006ee31b4835 eric6/MicroPython/PyBoardDevices.py --- a/eric6/MicroPython/PyBoardDevices.py Sun Apr 11 11:34:32 2021 +0200 +++ b/eric6/MicroPython/PyBoardDevices.py Sun Apr 11 12:38:16 2021 +0200 @@ -44,8 +44,7 @@ @param parent reference to the parent object @type QObject """ - super().__init__(microPythonWidget, deviceType, - parent) + super().__init__(microPythonWidget, deviceType, parent) self.__workspace = self.__findWorkspace()