diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py --- a/src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/MicroPythonPage.py Tue Apr 23 11:26:04 2024 +0200 @@ -33,12 +33,9 @@ Class implementing the MicroPython configuration page. """ - def __init__(self, parent=None): + def __init__(self): """ Constructor - - @param parent reference to the parent widget - @type QWidget """ super().__init__() self.setupUi(self)