--- a/PluginMqttMonitor.py Tue Jul 11 15:33:11 2023 +0200 +++ b/PluginMqttMonitor.py Wed Aug 30 13:30:42 2023 +0200 @@ -50,7 +50,9 @@ mqttPluginObject = None -def createMqttPage(configDlg): # noqa: U100 +def createMqttPage( + configDlg, # noqa: U100 +): """ Module function to create the autocompletion configuration page.